From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard G Riley Subject: publish - date format Date: Fri, 11 Jul 2008 14:18:19 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KHHZx-0000sK-F6 for emacs-orgmode@gnu.org; Fri, 11 Jul 2008 08:18:25 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KHHZw-0000s6-Nv for emacs-orgmode@gnu.org; Fri, 11 Jul 2008 08:18:24 -0400 Received: from [199.232.76.173] (port=50786 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KHHZw-0000s3-JL for emacs-orgmode@gnu.org; Fri, 11 Jul 2008 08:18:24 -0400 Received: from fg-out-1718.google.com ([72.14.220.159]:47893) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KHHZw-0001S3-4o for emacs-orgmode@gnu.org; Fri, 11 Jul 2008 08:18:24 -0400 Received: by fg-out-1718.google.com with SMTP id l26so1479261fgb.30 for ; Fri, 11 Jul 2008 05:18:23 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: org-mode Is it possible to change the exported date format for the html timestamp in the postamble and other places? It is currently in the form 02:15:03 PM, but I would like it in 24 hour. I tried to modify 'calendar-time-display-form but that did not work.