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 13:03:34 -0500 Message-ID: References: <1352457098.37917.YahooMailNeo@web29805.mail.ird.yahoo.com> <87vcdfhxi5.fsf@gmail.com> <877gpuwvuu.fsf@gmail.com> <87y5iavf72.fsf@gmail.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=f46d04428e7632fa3804ce13c55c Return-path: Received: from eggs.gnu.org ([208.118.235.92]:43311) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TWsvc-0005Mp-1X for emacs-orgmode@gnu.org; Fri, 09 Nov 2012 13:03:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TWsvY-0006UI-4K for emacs-orgmode@gnu.org; Fri, 09 Nov 2012 13:03:39 -0500 Received: from mail-wi0-f171.google.com ([209.85.212.171]:41796) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TWsvX-0006UB-Tj for emacs-orgmode@gnu.org; Fri, 09 Nov 2012 13:03:36 -0500 Received: by mail-wi0-f171.google.com with SMTP id hj13so548668wib.12 for ; Fri, 09 Nov 2012 10:03:35 -0800 (PST) In-Reply-To: <87y5iavf72.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 --f46d04428e7632fa3804ce13c55c Content-Type: text/plain; charset=ISO-8859-1 Perfect! Worked perfectly! Thank you! On Fri, Nov 9, 2012 at 12:50 PM, Nicolas Goaziou wrote: > Peter Salazar writes: > > > 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>") > > According to `format-time-string' docstring, something like: > > ("<%m/%d/%y %a>" . "<%m/%d/%y %a %I:%M %p>") > > Regards, > --f46d04428e7632fa3804ce13c55c Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Perfect! Worked perfectly! Thank you!


On Fri, Nov 9, 2012 at 12:50 PM, Nicolas Goaziou <n.goaziou@gmail.com<= /a>> wrote:
Peter Salazar <cycleofsong@gmail.com> writes:

> 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>&quo= t;)

According to `format-time-string' docstring, something like:

=A0 ("<%m/%d/%y %a>" . "<%m/%d/%y %a %I:%M %p>&q= uot;)

Regards,

--f46d04428e7632fa3804ce13c55c--