浏览代码

Add an ID to the div surrounding up/home links

Carsten Dominik 15 年之前
父节点
当前提交
11679eb824
共有 2 个文件被更改,包括 6 次插入1 次删除
  1. 5 0
      lisp/ChangeLog
  2. 1 1
      lisp/org-html.el

+ 5 - 0
lisp/ChangeLog

@@ -1,3 +1,8 @@
+2009-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
+
+	* org-html.el (org-export-html-home/up-format): Add an ID to the
+	up/home div.
+
 2009-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
 
 	* org-wl.el (org-wl-store-link): Handle the case that

+ 1 - 1
lisp/org-html.el

@@ -229,7 +229,7 @@ CSS classes, then this prefic can be very useful."
   :type 'string)
 
 (defcustom org-export-html-home/up-format
-  "<div style=\"text-align:right;font-size:70%%;white-space:nowrap;\">
+  "<div id=\"org-div-home-and-up\" style=\"text-align:right;font-size:70%%;white-space:nowrap;\">
  <a accesskey=\"h\" href=\"%s\"> UP </a>
  |
  <a accesskey=\"H\" href=\"%s\"> HOME </a>