From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Lundin Subject: Re: LaTeX Export Date: Mon, 05 Jan 2009 09:43:53 -0600 Message-ID: References: <824p0d6i0w.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LJrcZ-0000jk-3V for emacs-orgmode@gnu.org; Mon, 05 Jan 2009 10:44:03 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LJrcW-0000io-W5 for emacs-orgmode@gnu.org; Mon, 05 Jan 2009 10:44:02 -0500 Received: from [199.232.76.173] (port=49878 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LJrcW-0000ie-Pi for emacs-orgmode@gnu.org; Mon, 05 Jan 2009 10:44:00 -0500 Received: from out2.smtp.messagingengine.com ([66.111.4.26]:37111) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LJrcW-0007r6-Gj for emacs-orgmode@gnu.org; Mon, 05 Jan 2009 10:44:00 -0500 In-Reply-To: <824p0d6i0w.fsf@gmail.com> (Rasmus Pank Roulund's message of "Mon\, 05 Jan 2009 13\:42\:39 +0100") 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: Rasmus Pank Roulund Cc: emacs-orgmode@gnu.org Hi Rasmus, Rasmus Pank Roulund writes: > Hello, > I have got two questions. > I am using Org-mode v. 3.16c. I usually use LaTeX but Org has been > really nice. However, I want to export to LaTeX. I assume you mean org-mode 6.13c? > Two features are bugging me though. > 1. Timestambs are really nice, but I don't want them in my final > print (the LaTeX output). Is there an easy way to remove these? You can control this option either with global settings: (setq org-export-with-timestamps nil) or with in-buffer options[1]: #+OPTIONS: <:nil As I'm testing this myself, however, I'm finding that this option works fine for html export, but is not working for LaTeX export in org 6.17a. (Just to be clear: I'm refreshing the buffer settings with C-c C-c before exporting.) Strangely, when export with timestamps is turned on, only the last timestamped item appears in the LaTeX export (e.g., the CLOSED timestamp on an item that had been scheduled). But when I turn the timestamp option off, all timestamps appear in the exported LaTeX (e.g., both SCHEDULED and CLOSED timestamps). I'm also finding that TODO keywords do not appear in the latex output with the following option turned on: #+OPTIONS: todo:t Can anyone else duplicate this behavior? Thanks, Matt Footnotes (courtesy of the wonderful new org-footnote-action): [1] http://orgmode.org/manual/Export-options.html#Export-options