From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rick Moynihan Subject: Re: Turning on TOC export of timestamps for headlines Date: Thu, 29 Apr 2010 13:58:37 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O7TKY-0003GD-LD for emacs-orgmode@gnu.org; Thu, 29 Apr 2010 08:59:02 -0400 Received: from [140.186.70.92] (port=39613 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O7TKX-0003FS-3L for emacs-orgmode@gnu.org; Thu, 29 Apr 2010 08:59:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O7TKV-0004i5-F7 for emacs-orgmode@gnu.org; Thu, 29 Apr 2010 08:59:00 -0400 Received: from mail-ww0-f41.google.com ([74.125.82.41]:44800) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O7TKV-0004hk-7b for emacs-orgmode@gnu.org; Thu, 29 Apr 2010 08:58:59 -0400 Received: by wwi18 with SMTP id 18so1522886wwi.0 for ; Thu, 29 Apr 2010 05:58:57 -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: Carsten Dominik Cc: emacs-orgmode@gnu.org On 29 April 2010 13:52, Carsten Dominik wrote: > > 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? =A0I'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 Excellent! R.