From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Dominik, Carsten" Subject: Re: Custom time stamps and HTML export and #+BIND Date: Sat, 27 Apr 2013 06:27:48 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:60992) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UVysd-0003M6-4X for emacs-orgmode@gnu.org; Sat, 27 Apr 2013 02:45:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UVysa-0004il-K4 for emacs-orgmode@gnu.org; Sat, 27 Apr 2013 02:45:07 -0400 Received: from hub02.uva.nl ([146.50.108.231]:27161) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UVysa-0004h6-E3 for emacs-orgmode@gnu.org; Sat, 27 Apr 2013 02:45:04 -0400 In-Reply-To: Content-Language: en-US Content-ID: <76621A3BB5657D429D165269D4547864@uva.nl> 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 Mode" On 27.4.2013, at 08:24, Carsten Dominik wrote: > Hi Nicolas, >=20 > I have a file that I am exporting to HTML, and the file contains >=20 > #+BIND: org-time-stamp-custom-formats ("<%d-%m-%Y>" . "<%d-%m-%Y %H:%M>") > #+BIND: org-display-custom-times t >=20 > Apparently these lines are not used during HTML export. I debugged the > org-translate-time function. When it is called during HTML export, both > variables do not have the desired values. >=20 > This should still work, right? Never mind, I had not turned this feature on. Sorry for the noise - Carsten