changeset 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 5a144164af93
children 4655d81daa9a
files lisp/org/ChangeLog lisp/org/org-export-latex.el
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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  <dominik@science.uva.nl>
+
+	* org-export-latex.el (org-export-latex-make-header): Double the
+	commenting % in the time stamp format.
+
 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
 
 	* org.el (org-get-refile-targets, org-refile-get-location): Use
--- 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"