From febdb2df765b79c4df2854b18a3bdba9e80c6992 Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Sat, 31 Jan 2009 22:43:39 +0100 Subject: [PATCH] HTML Export: Use better id for the footnotes div. The id for the footnotes div is now called "text-footnotes", not "footnotes-text", to be more consistent with other divs used in Org-mode. Requested by Sebastian Rose. --- lisp/ChangeLog | 8 ++++++++ lisp/org-exp.el | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b5ff3bd2b..3186c2c2b 100755 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,11 @@ +2009-01-31 Carsten Dominik + + * org-exp.el (org-export-html-footnotes-section): Ue a more + consistent id for footnotes. + + * org-export-latex.el (org-export-latex-classes): Remove the + a4paper option from the default styles. + 2009-01-30 Carsten Dominik * org.el (org-enforce-todo-checkbox-dependencies): New option. diff --git a/lisp/org-exp.el b/lisp/org-exp.el index 47406fd35..209424232 100644 --- a/lisp/org-exp.el +++ b/lisp/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 "

%s:

-
+
%s
"