From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rick Moynihan Subject: Turning on TOC export of timestamps for headlines Date: Wed, 28 Apr 2010 01:25:37 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O6v6H-0004zQ-AL for emacs-orgmode@gnu.org; Tue, 27 Apr 2010 20:26:01 -0400 Received: from [140.186.70.92] (port=58162 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O6v6G-0004yU-4L for emacs-orgmode@gnu.org; Tue, 27 Apr 2010 20:26:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O6v6E-0007lA-T8 for emacs-orgmode@gnu.org; Tue, 27 Apr 2010 20:26:00 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:37228) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O6v6E-0007km-Oy for emacs-orgmode@gnu.org; Tue, 27 Apr 2010 20:25:58 -0400 Received: by wyf19 with SMTP id 19so3226136wyf.0 for ; Tue, 27 Apr 2010 17:25:57 -0700 (PDT) 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: emacs-orgmode@gnu.org 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. R.