From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: export timestamp in headline Date: Mon, 06 Jul 2009 21:54:11 -0400 Message-ID: <87r5wt1cn0.fsf@gollum.intra.norang.ca> References: <87ocrygjsz.fsf@online.de> <87iqi6gj8t.fsf@online.de> <5ED275D8-7F79-43B7-BF8F-2BBCE00A9DC3@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MNzt3-0004NG-G5 for emacs-orgmode@gnu.org; Mon, 06 Jul 2009 21:54:25 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MNzsz-0004N4-FB for emacs-orgmode@gnu.org; Mon, 06 Jul 2009 21:54:24 -0400 Received: from [199.232.76.173] (port=55512 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MNzsz-0004N1-BK for emacs-orgmode@gnu.org; Mon, 06 Jul 2009 21:54:21 -0400 Received: from mho-01-ewr.mailhop.org ([204.13.248.71]:64848) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MNzsy-0001fN-VC for emacs-orgmode@gnu.org; Mon, 06 Jul 2009 21:54:21 -0400 In-Reply-To: <5ED275D8-7F79-43B7-BF8F-2BBCE00A9DC3@gmail.com> (Carsten Dominik's message of "Mon\, 6 Jul 2009 15\:02\:02 +0200") 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: Carsten Dominik Cc: emacs-orgmode@gnu.org, henry atting Carsten Dominik writes: > On Jul 6, 2009, at 1:10 PM, henry atting wrote: > > Hmmm, lets try to guess what the variable name might be..... > > something starting with "org-" > something containing "stamp" > something containing "toc" > > > M-x apropos-variable RET org.*stamp.*toc.* RET > > http://www.pdsys.org/blog_files/WallE-Tada.mp3 > > :-) Hmm the docstring for this variable feels backwards to me. org-export-remove-timestamps-from-toc If this is a boolean I'd think that if it's true then you are removing the timestamps (ie it's a directive to remove timestamps from the toc) but the docstring seems to be the reverse. If nil, remove timestamps from the table of contents entries. Just my 2 cents :) -Bernt