Great! And how should I specify org-time-stamp-custom-formats in order to display 12-hour times?

Default is this, which displays 24-hour times:

("<%m/%d/%y %a>" . "<%m/%d/%y %a %H:%M>")


On Fri, Nov 9, 2012 at 12:04 PM, Nicolas Goaziou <n.goaziou@gmail.com> wrote:
Peter Salazar <cycleofsong@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,