From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Dominik, Carsten" Subject: Custom time stamps and HTML export and #+BIND Date: Sat, 27 Apr 2013 06:24:04 +0000 Message-ID: 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]:60818) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UVys1-0002mD-0Y for emacs-orgmode@gnu.org; Sat, 27 Apr 2013 02:44:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UVyry-0004PG-Kg for emacs-orgmode@gnu.org; Sat, 27 Apr 2013 02:44:28 -0400 Received: from hub01.uva.nl ([146.50.108.230]:54032) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UVyry-0004P6-Ef for emacs-orgmode@gnu.org; Sat, 27 Apr 2013 02:44:26 -0400 Content-Language: en-US Content-ID: <61B826966ECC8845BCF12A3E0FB285F0@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" Hi Nicolas, I have a file that I am exporting to HTML, and the file contains #+BIND: org-time-stamp-custom-formats ("<%d-%m-%Y>" . "<%d-%m-%Y %H:%M>") #+BIND: org-display-custom-times t 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. This should still work, right? - Carsten