From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Clemente Subject: can't export custom time stamps Date: Mon, 28 Feb 2011 21:19:27 +0100 Message-ID: <87zkpfq5dc.wl%n142857@gmail.com> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from [140.186.70.92] (port=58800 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pu9Z8-0006uE-96 for emacs-orgmode@gnu.org; Mon, 28 Feb 2011 15:19:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pu9Z6-0000sc-7P for emacs-orgmode@gnu.org; Mon, 28 Feb 2011 15:19:34 -0500 Received: from mail-bw0-f41.google.com ([209.85.214.41]:51856) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pu9Z6-0000r5-26 for emacs-orgmode@gnu.org; Mon, 28 Feb 2011 15:19:32 -0500 Received: by bwz17 with SMTP id 17so4722654bwz.0 for ; Mon, 28 Feb 2011 12:19:30 -0800 (PST) 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 Mailinglist Hi, I cannot export custom time stamps anymore. Maybe it's due to BIND, maybe due to some other change. I attach some tests and instructions in case someone has a similar problem. Thanks -----8<-------------------------------------- #+TITLE: Custom time stamps don't work #+DATE: seen today with Org-mode version 7.4 (release_7.4.553.g83b7), Emacs 24.0.50.1 from december 2010 Open this file and use =C-c e H=. Review and accept the usage of the 2 BIND values in this buffer. See timestamps in HTML output. # This doesn't work (the time stamps remain intact: <2011-02-28> instead of 28.m2.2011): # #+BIND: org-time-stamp-custom-formats ("<%d.m%m.%Y>" . "<%d.m%m.%Y %H:%M>") # An invalid value produces no error; try this: #+BIND: org-time-stamp-custom-formats 42 # # I think this was needed: #+BIND: org-display-custom-times t # # This works if activated: it shows the custom time stamp while editing (but not on export) # #+STARTUP: customtime One timestamp: <2011-02-28 lun>. No Another: <2011-02-28 lun> -----8<--------------------------------------