|
@@ -465,7 +465,7 @@
|
|
|
[[file:../code/org-info-js/index.org][org-info.js]]. Let's set it up like this (either in every file, or in
|
|
|
=org-level-N.org=, where =N > 0=):
|
|
|
|
|
|
- : #+LINK_UP: index.html
|
|
|
+ : #+HTML_LINK_UP: index.html
|
|
|
|
|
|
This makes the little /UP/ link ('=h=') point to the =index.html= in the
|
|
|
current directory.
|
|
@@ -473,15 +473,15 @@
|
|
|
The =index.org= in the root of the project has the /index file/ as section 2
|
|
|
(which I may reach pressing '=n=' then), and the same option set like this:
|
|
|
|
|
|
- : #+LINK_UP: sitemap.html
|
|
|
+ : #+HTML_LINK_UP: sitemap.html
|
|
|
|
|
|
For an =index.org= in a subdirectory:
|
|
|
|
|
|
- : #+LINK_UP: ../index.html
|
|
|
+ : #+HTML_LINK_UP: ../index.html
|
|
|
|
|
|
- The =LINK_HOME= always points to the same file:
|
|
|
+ The =HTML_LINK_HOME= always points to the same file:
|
|
|
|
|
|
- : #+LINK_HOME: http://localhost/~user/index.html
|
|
|
+ : #+HTML_LINK_HOME: http://localhost/~user/index.html
|
|
|
|
|
|
Please consider replacing the last one with a relative path (which will be
|
|
|
different for every level of subdirectories).
|