From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Clemente Subject: Re: can't export custom time stamps Date: Fri, 11 Mar 2011 10:10:08 +0100 Message-ID: <87d3lydnv3.wl%n142857@gmail.com> References: <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=52349 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PxyMR-0007KW-5M for emacs-orgmode@gnu.org; Fri, 11 Mar 2011 04:10:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PxyMO-0007Xm-V1 for emacs-orgmode@gnu.org; Fri, 11 Mar 2011 04:10:14 -0500 Received: from mail-bw0-f41.google.com ([209.85.214.41]:55605) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PxyMO-0007Xc-Nq for emacs-orgmode@gnu.org; Fri, 11 Mar 2011 04:10:12 -0500 Received: by bwz17 with SMTP id 17so2901601bwz.0 for ; Fri, 11 Mar 2011 01:10:11 -0800 (PST) In-Reply-To: <87zkpfq5dc.wl%n142857@gmail.com> 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 I tracked down this problem to this commit: 163cd58ffd6461c98a96b1b63a3cf082b2825a52 is the first bad commit commit 163cd58ffd6461c98a96b1b63a3cf082b2825a52 Author: David Maus Date: Fri Jan 14 06:37:52 2011 +0100 Handle timestamps after handling links El Mon, 28 Feb 2011 21:19:27 +0100 Daniel Clemente va escriure: > > > 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<-------------------------------------- >