Browse Source

Remove angular brackets from date in export options template.

Carsten Dominik 16 years ago
parent
commit
4ddd0d9ec6
2 changed files with 4 additions and 1 deletions
  1. 3 0
      lisp/ChangeLog
  2. 1 1
      lisp/org-exp.el

+ 3 - 0
lisp/ChangeLog

@@ -1,5 +1,8 @@
 2008-09-05  Carsten Dominik  <dominik@science.uva.nl>
 
+	* org-exp.el (org-get-current-options): Remove angular brackets
+	from the date entry.
+
 	* org.el (org-edit-fixed-width-region): New function.
 	(org-edit-fixed-width-region): Also try
 	`org-edit-fixed-width-region'.

+ 1 - 1
lisp/org-exp.el

@@ -2489,7 +2489,7 @@ Does include HTML export options as well as TODO and CATEGORY stuff."
 #+LINK:      %s
 "
    (buffer-name) (user-full-name) user-mail-address
-   (format-time-string (car org-time-stamp-formats))
+   (format-time-string (substring (car org-time-stamp-formats) 1 -1))
    org-export-default-language
    org-export-headline-levels
    org-export-with-section-numbers