# HG changeset patch # User Carsten Dominik # Date 1229852289 0 # Node ID fb40d63bb7615769d9ef601c1a150a285df1b272 # Parent 5a144164af93002ec8d9e47f62e28f8ddcdff216 2008-12-21 Carsten Dominik * org-export-latex.el (org-export-latex-make-header): Double the commenting % in the time stamp format. diff -r 5a144164af93 -r fb40d63bb761 lisp/org/ChangeLog --- a/lisp/org/ChangeLog Sun Dec 21 05:20:06 2008 +0000 +++ b/lisp/org/ChangeLog Sun Dec 21 09:38:09 2008 +0000 @@ -1,3 +1,8 @@ +2008-12-21 Carsten Dominik + + * org-export-latex.el (org-export-latex-make-header): Double the + commenting % in the time stamp format. + 2008-12-20 Carsten Dominik * org.el (org-get-refile-targets, org-refile-get-location): Use diff -r 5a144164af93 -r fb40d63bb761 lisp/org/org-export-latex.el --- a/lisp/org/org-export-latex.el Sun Dec 21 05:20:06 2008 +0000 +++ b/lisp/org/org-export-latex.el Sun Dec 21 09:38:09 2008 +0000 @@ -689,7 +689,7 @@ (author (plist-get opt-plist :author))) (concat (if (plist-get opt-plist :time-stamp-file) - (format-time-string "% Created %Y-%m-%d %a %H:%M\n")) + (format-time-string "%% Created %Y-%m-%d %a %H:%M\n")) ;; insert LaTeX custom header org-export-latex-header "\n"