From: Carsten Dominik Date: Sun, 21 Dec 2008 09:38:09 +0000 (+0000) Subject: 2008-12-21 Carsten Dominik X-Git-Tag: emacs-pretest-23.0.90~925 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6671980fe247e820339af10a1f07bdf9c72eee42;p=emacs.git 2008-12-21 Carsten Dominik * org-export-latex.el (org-export-latex-make-header): Double the commenting % in the time stamp format. --- diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog index 40f76c3c272..e4277f8110d 100644 --- a/lisp/org/ChangeLog +++ b/lisp/org/ChangeLog @@ -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 --git a/lisp/org/org-export-latex.el b/lisp/org/org-export-latex.el index d23652df29c..2d816529da8 100644 --- a/lisp/org/org-export-latex.el +++ b/lisp/org/org-export-latex.el @@ -689,7 +689,7 @@ OPT-PLIST is the options plist for current buffer." (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"