From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Salazar Subject: Re: exporting clock-in and clock-out times Date: Fri, 9 Nov 2012 12:25:51 -0500 Message-ID: References: <1352457098.37917.YahooMailNeo@web29805.mail.ird.yahoo.com> <87vcdfhxi5.fsf@gmail.com> <877gpuwvuu.fsf@gmail.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=f46d0444028450354c04ce133eac Return-path: Received: from eggs.gnu.org ([208.118.235.92]:38227) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TWsL4-0003Ga-Db for emacs-orgmode@gnu.org; Fri, 09 Nov 2012 12:25:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TWsL3-0003Ay-2e for emacs-orgmode@gnu.org; Fri, 09 Nov 2012 12:25:54 -0500 Received: from mail-wi0-f177.google.com ([209.85.212.177]:47504) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TWsL2-0003Ap-RQ for emacs-orgmode@gnu.org; Fri, 09 Nov 2012 12:25:53 -0500 Received: by mail-wi0-f177.google.com with SMTP id hj13so507113wib.12 for ; Fri, 09 Nov 2012 09:25:52 -0800 (PST) In-Reply-To: <877gpuwvuu.fsf@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Nicolas Goaziou Cc: org-mode --f46d0444028450354c04ce133eac Content-Type: text/plain; charset=ISO-8859-1 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 wrote: > Peter Salazar 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, > --f46d0444028450354c04ce133eac Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Great! And how should I specify=A0org-time-stamp-custom-formats in order to= display 12-hour times?

Default is this, which displays = 24-hour times:

("<%m/%d/%y %a>&quo= t; . "<%m/%d/%y %a %H:%M>")


On Fri, Nov 9, 2012 at 12:04 PM, Ni= colas 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 lea= st 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:

=A0 #+BIND: org-display-custom-times t


Regards,

--f46d0444028450354c04ce133eac--