From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Barton Subject: Customizing Timestamps in html Export. Date: Wed, 26 Nov 2014 11:23:57 +0000 Message-ID: <5475B84D.2060407@wilkesley.net> Reply-To: ian@manor-farm.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33465) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xtahb-0006bw-Cj for emacs-orgmode@gnu.org; Wed, 26 Nov 2014 06:24:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XtahT-0005Ol-T2 for emacs-orgmode@gnu.org; Wed, 26 Nov 2014 06:24:07 -0500 Received: from mail2.wilkesley.net ([109.74.196.44]:51448 helo=li40-130.members.linode.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XtahT-0005Of-N0 for emacs-orgmode@gnu.org; Wed, 26 Nov 2014 06:23:59 -0500 Received: from scamper2.bantercat.co.uk (unknown [46.33.134.31]) (Authenticated sender: lists@wilkesley.net) by li40-130.members.linode.com (Postfix) with ESMTPSA id C1BC7124F9E for ; Wed, 26 Nov 2014 11:23:57 +0000 (UTC) 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: emacs-orgmode@gnu.org I can't work out how to do this. I want to customize the format of timestamps when I publish a project to html. There seem to be various variables, such as org-html-metadata-timestamp-format, which customize the format in pre and postambles and when using the DATE: buffer option, but nothing that affects the format of timestamps in the body text. The nearest I can find is org-time-stamp-custom-formats, which works if org-display-custom-times is set. However, I am happy with the default when I am working in an org buffer and only want to customize the html exported timestamp. Ian.