Peter Salazar <cycleofs...@gmail.com> writes: > Is there a way to get clock items to display in 12-hour format? At least in > the HTML export?
You could use `org-display-custom-times' variable, with `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,