From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Turning on TOC export of timestamps for headlines Date: Thu, 29 Apr 2010 14:52:53 +0200 Message-ID: References: Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O7TEu-0001ra-Vt for emacs-orgmode@gnu.org; Thu, 29 Apr 2010 08:53:13 -0400 Received: from [140.186.70.92] (port=48759 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O7TEo-0001n7-FH for emacs-orgmode@gnu.org; Thu, 29 Apr 2010 08:53:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O7TEe-0003nF-Aw for emacs-orgmode@gnu.org; Thu, 29 Apr 2010 08:52:57 -0400 Received: from mail-ew0-f214.google.com ([209.85.219.214]:42248) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O7TEe-0003n7-6V for emacs-orgmode@gnu.org; Thu, 29 Apr 2010 08:52:56 -0400 Received: by ewy6 with SMTP id 6so6014669ewy.32 for ; Thu, 29 Apr 2010 05:52:55 -0700 (PDT) In-Reply-To: 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: Rick Moynihan Cc: emacs-orgmode@gnu.org On Apr 28, 2010, at 2:25 AM, Rick Moynihan wrote: > I can't seem to get timestampts to export to HTML as part of the TOC > when they're in a headline, e.g. the following org-mode headline > > ** Foo <2010-04-04> > > Exports to the table of contents as just "Foo", is there anyway to get > the timestamp listed also? I've tried setting a timestamp:t option > for my #+OPTIONS: but it doesn't seem to work. > > Any help appreciated. M-x customize-apropos RET org.*time.*toc RET :-) - Carsten