Mirko Vukovic <mirko.vuko...@gmail.com> 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