Great! And how should I specify org-time-stamp-custom-formats in order to display 12-hour times?
Peter Salazar <cycleofsong@gmail.com> writes:You could use `org-display-custom-times' variable, with
> Is there a way to get clock items to display in 12-hour format? At least in
> the HTML export?
`org-time-stamp-custom-formats' set accordingly.
Note that if you don't want to toggle the custom time display globally,
you still can trigger it during export with bind keyword:
#+BIND: org-display-custom-times t
Regards,