Remove angular brackets from date in export options template.
This commit is contained in:
parent
bb73743208
commit
4ddd0d9ec6
|
@ -1,5 +1,8 @@
|
||||||
2008-09-05 Carsten Dominik <dominik@science.uva.nl>
|
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.el (org-edit-fixed-width-region): New function.
|
||||||
(org-edit-fixed-width-region): Also try
|
(org-edit-fixed-width-region): Also try
|
||||||
`org-edit-fixed-width-region'.
|
`org-edit-fixed-width-region'.
|
||||||
|
|
|
@ -2489,7 +2489,7 @@ Does include HTML export options as well as TODO and CATEGORY stuff."
|
||||||
#+LINK: %s
|
#+LINK: %s
|
||||||
"
|
"
|
||||||
(buffer-name) (user-full-name) user-mail-address
|
(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-default-language
|
||||||
org-export-headline-levels
|
org-export-headline-levels
|
||||||
org-export-with-section-numbers
|
org-export-with-section-numbers
|
||||||
|
|
Loading…
Reference in New Issue