emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] how to customize date export


From: Eric S Fraga
Subject: Re: [O] how to customize date export
Date: Sun, 2 Feb 2014 19:33:37 +0000
User-agent: Gnus/5.13001 (Ma Gnus v0.10) Emacs/24.3.50 (gnu/linux)

Mirko Vukovic <address@hidden> writes:

> Hello,
>
> I could not figure out how to customize org's export of dates into latex.
>
> I found org-export-date-timestamp-format, but that works only for the DATE
> keyword.  
>
> What can work on all date-stamps in the document?

Have a look at

,----[ C-h v org-latex-active-timestamp-format RET ]
| org-latex-active-timestamp-format is a variable defined in `ox-latex.el'.
| Its value is "\\textit{%s}"
| 
| Documentation:
| A printf format string to be applied to active timestamps.
| 
| You can customize this variable.
| 
| [back]
`----

and 

,----[ C-h v org-latex-inactive-timestamp-format RET ]
| org-latex-inactive-timestamp-format is a variable defined in `ox-latex.el'.
| Its value is "\\textit{%s}"
| 
| Documentation:
| A printf format string to be applied to inactive timestamps.
| 
| You can customize this variable.
| 
| [back]
`----

but these are quite different in intent when compared with
org-export-date-timestamp-format so they may not be what you want.

-- 
: Eric S Fraga (0xFFFCF67D), Emacs 24.3.50.1, Org release_8.2.5h-585-g5f0ca0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]