From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Exporting timestamps in html Date: Fri, 21 Jun 2013 15:41:52 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56919) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uq89b-0007xe-As for emacs-orgmode@gnu.org; Fri, 21 Jun 2013 16:41:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uq89Z-0000yI-G5 for emacs-orgmode@gnu.org; Fri, 21 Jun 2013 16:41:55 -0400 Received: from mail-ob0-x22c.google.com ([2607:f8b0:4003:c01::22c]:33607) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uq89Z-0000xL-Bo for emacs-orgmode@gnu.org; Fri, 21 Jun 2013 16:41:53 -0400 Received: by mail-ob0-f172.google.com with SMTP id wo10so8991131obc.17 for ; Fri, 21 Jun 2013 13:41:52 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode I have the following options line in my file header: #+options: <:t num:t author:t tags:t toc:nil tasks:t todo:t Sample file: #+begin_src org #+options: <:t num:t author:t tags:t toc:nil tasks:t todo:t * Task list ** todo task 1 DEADLINE: <2013-06-21 Fri> ** todo task 2 SCHEDULED: <2013-06-24 Mon> #+end_src I'm not getting any time stamps in my output file, though. Any suggestions on where to start looking for the issue? Thanks, John