From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Customizing Timestamps in html Export. Date: Wed, 03 Dec 2014 17:20:17 +0100 Message-ID: <87fvcwk8n2.fsf@nicolasgoaziou.fr> References: <5475B84D.2060407@wilkesley.net> <547C5AF9.3060302@wilkesley.net> <87tx1el70b.fsf@nicolasgoaziou.fr> <547ED1CF.4080900@wilkesley.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52488) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XwCeK-0006xT-Or for emacs-orgmode@gnu.org; Wed, 03 Dec 2014 11:19:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XwCeD-0007wo-DU for emacs-orgmode@gnu.org; Wed, 03 Dec 2014 11:19:32 -0500 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:44842) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XwCeD-0007we-6x for emacs-orgmode@gnu.org; Wed, 03 Dec 2014 11:19:25 -0500 In-Reply-To: <547ED1CF.4080900@wilkesley.net> (Ian Barton's message of "Wed, 03 Dec 2014 09:03:12 +0000") 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: Ian Barton Cc: ian@manor-farm.org, emacs-orgmode@gnu.org Hello, Ian Barton writes: > (setq org-export-allow-bind-keywords t) > (setq org-display-custom-times t) > (setq org-html-metadata-timestamp-format "%a %d %B %Y") > (setq org-time-stamp-custom-formats "%a %d %B %Y") > > #+end_src > > #+begin_src > #+BIND: org-display-custom-times t > > The date: [2014-12-01 Mon] > > #+end_src > > > I see the message in the mini buffer "Timestamps are overlaid with > custom format", but the format is unchanged. I have tried both with and > without the #+bind directive. This should be fixed in master. However `org-time-stamp-custom-formats' should be a cons cell, not a string. Regards, -- Nicolas Goaziou