aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/org/org-exp.el
diff options
context:
space:
mode:
authorCarsten Dominik <[email protected]>2009-01-31 23:26:35 +0000
committerCarsten Dominik <[email protected]>2009-01-31 23:26:35 +0000
commit72d06d81501d0e6ba56d6d3dde3a181047cc1ebe (patch)
tree4e00e8a70226b5538357799da3310b4fa0b8fb6f /lisp/org/org-exp.el
parentceaabbbde729b0468bfc72ba967e8463cb103dcf (diff)
2009-01-31 Carsten Dominik <[email protected]>
* org-agenda.el (org-agenda-dim-blocked-tasks): No tagging when only checking for blocks. * org-exp.el (org-export-html-footnotes-section): Make the div id consistent * org-export-latex.el (org-export-latex-classes): Remove paper size option from LaTeX classes.
Diffstat (limited to 'lisp/org/org-exp.el')
-rw-r--r--lisp/org/org-exp.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/org-exp.el b/lisp/org/org-exp.el
index 47406fd352..2094242325 100644
--- a/lisp/org/org-exp.el
+++ b/lisp/org/org-exp.el
@@ -344,7 +344,7 @@ This option can also be set with the +OPTIONS line, e.g. \"f:nil\"."
(defcustom org-export-html-footnotes-section "<div id=\"footnotes\">
<h2 class=\"footnotes\">%s: </h2>
-<div id=\"footnotes-text\">
+<div id=\"text-footnotes\">
%s
</div>
</div>"