org: replace version references with org-babel blocks
This way we have fewer lines to edit multiple when making releases. * doc/org/index.org, doc/org/init.el.in, doc/org/install.org, doc/org/setup.org, doc/org/tools.org: Use org-babel instead of macros for release version and links.
This commit is contained in:
parent
0e54a85310
commit
c12b0622b4
5 changed files with 23 additions and 11 deletions
|
|
@ -160,7 +160,7 @@ up.html points to index.html, then the result is:
|
|||
(setq body res)
|
||||
(not cmp)))
|
||||
(concat "#+TITLE: " title
|
||||
"\n#+SETUPFILE: setup.org\n#+HTML_LINK_UP: index.html\n\n"
|
||||
"\n#+INCLUDE: setup.org\n#+HTML_LINK_UP: index.html\n\n"
|
||||
body)))
|
||||
|
||||
(setq org-publish-project-alist
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue