Remove angular brackets from date in export options template.

This commit is contained in:
Carsten Dominik 2008-09-05 17:33:20 +02:00
parent bb73743208
commit 4ddd0d9ec6
2 changed files with 4 additions and 1 deletions

View File

@ -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'.

View File

@ -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