From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Removing the date in a subtree export using the new exporter Date: Fri, 09 Nov 2012 01:43:58 +0100 Message-ID: <87fw4jli5t.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:54845) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TWclc-0004ML-0E for emacs-orgmode@gnu.org; Thu, 08 Nov 2012 19:48:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TWclb-0000aI-1C for emacs-orgmode@gnu.org; Thu, 08 Nov 2012 19:48:15 -0500 Received: from mail-wi0-f171.google.com ([209.85.212.171]:47152) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TWcla-0000aB-R6 for emacs-orgmode@gnu.org; Thu, 08 Nov 2012 19:48:14 -0500 Received: by mail-wi0-f171.google.com with SMTP id hj13so61284wib.12 for ; Thu, 08 Nov 2012 16:48:14 -0800 (PST) In-Reply-To: (Alan Schmitt's message of "Thu, 08 Nov 2012 11:06:00 +0100") 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: Alan Schmitt Cc: emacs-orgmode Hello, Alan Schmitt writes: > I'm using the new exporter to create a pdf (through latex) of a subtree > of a huge file, and I want to remove some default information. I found > out a way to do it, but I'm not sure it's the right way. Here it is. > > #+BEGIN_SRC org > :PROPERTIES: > :EXPORT_TITLE: Foo bar > :EXPORT_OPTIONS: toc:nil author:nil > :EXPORT_DATE: ~ > :END: > #+END_SRC > > The part about which I'm not sure is how to remove the date. I tried > putting nothing instead of the '~' but it does not work. Maybe there > could be an option for it? Indeed, there could be a "date:nil" option. I'll add it later. Thanks for suggesting it. Regards, -- Nicolas Goaziou