From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Re: Exporting timestamps in html Date: Tue, 9 Jul 2013 12:52:15 -0500 Message-ID: References: <871u7vf7ni.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48635) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uwc5M-0005MY-7a for emacs-orgmode@gnu.org; Tue, 09 Jul 2013 13:52:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uwc5K-00052z-TY for emacs-orgmode@gnu.org; Tue, 09 Jul 2013 13:52:20 -0400 Received: from mail-oa0-x232.google.com ([2607:f8b0:4003:c02::232]:56109) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uwc5K-00052s-Mt for emacs-orgmode@gnu.org; Tue, 09 Jul 2013 13:52:18 -0400 Received: by mail-oa0-f50.google.com with SMTP id k7so8468066oag.9 for ; Tue, 09 Jul 2013 10:52:17 -0700 (PDT) In-Reply-To: <871u7vf7ni.fsf@gmail.com> 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: Nicolas Goaziou Cc: emacs-orgmode On Fri, Jun 21, 2013 at 4:58 PM, Nicolas Goaziou wrote: > Hello, > > John Hendy writes: > >> One more update... I had the idea to try a regular timestamp, and >> those export, even though SCHEDULED and DEADLINE do not. Lastly, I >> used a minimal config and emacs -Q and get the same behavior: >> >> #+begin_src min-config >> (add-to-list 'load-path "~/.elisp/org.git/contrib/lisp") >> (add-to-list 'load-path "~/.elisp/org.git/lisp/") >> #+end_src >> >> Same file as above, and not getting deadline/scheduled timestamps >> exported. > > See `org-export-with-planning'. Will do. Given that I apparently have it off (sorry, haven't had time to check yet), is the purpose of <:t/nil to purely allow plain timestamps by default and let the user opt-in to scheduled/deadlines? Best regards, John > > > Regards, > > -- > Nicolas Goaziou