From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: exporting clock-in and clock-out times Date: Fri, 09 Nov 2012 18:04:57 +0100 Message-ID: <877gpuwvuu.fsf@gmail.com> References: <1352457098.37917.YahooMailNeo@web29805.mail.ird.yahoo.com> <87vcdfhxi5.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:59181) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TWs4v-0000FD-T5 for emacs-orgmode@gnu.org; Fri, 09 Nov 2012 12:09:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TWs4u-0005Px-Mf for emacs-orgmode@gnu.org; Fri, 09 Nov 2012 12:09:13 -0500 Received: from mail-we0-f169.google.com ([74.125.82.169]:36467) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TWs4u-0005Oq-D3 for emacs-orgmode@gnu.org; Fri, 09 Nov 2012 12:09:12 -0500 Received: by mail-we0-f169.google.com with SMTP id u3so2202238wey.0 for ; Fri, 09 Nov 2012 09:09:11 -0800 (PST) In-Reply-To: (Peter Salazar's message of "Fri, 9 Nov 2012 11:58:20 -0500") 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: Peter Salazar Cc: org-mode 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,