diff lisp/org/org-export-latex.el @ 100624:fb40d63bb761

2008-12-21 Carsten Dominik <dominik@science.uva.nl> * org-export-latex.el (org-export-latex-make-header): Double the commenting % in the time stamp format.
author Carsten Dominik <dominik@science.uva.nl>
date Sun, 21 Dec 2008 09:38:09 +0000
parents 0d3c634e0bd9
children 4655d81daa9a
line wrap: on
line diff
--- 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"