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
"