From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: New exporter variables Date: Sat, 09 Jun 2012 17:57:40 +0200 Message-ID: <87ehpoeavf.fsf@gmail.com> References: <87zk8cv7nr.fsf@norang.ca> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:47869) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SdO5j-0007zF-FH for emacs-orgmode@gnu.org; Sat, 09 Jun 2012 12:00:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SdO5h-00069g-L8 for emacs-orgmode@gnu.org; Sat, 09 Jun 2012 12:00:43 -0400 Received: from mail-we0-f169.google.com ([74.125.82.169]:42380) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SdO5h-00068N-Dk for emacs-orgmode@gnu.org; Sat, 09 Jun 2012 12:00:41 -0400 Received: by wefh52 with SMTP id h52so1570339wef.0 for ; Sat, 09 Jun 2012 09:00:39 -0700 (PDT) In-Reply-To: <87zk8cv7nr.fsf@norang.ca> (Bernt Hansen's message of "Sat, 09 Jun 2012 11:15:04 -0400") 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: Bernt Hansen Cc: emacs-orgmode@gnu.org Hello, Bernt Hansen writes: > Are there analogous variables to > > (setq org-export-author-info nil) > (setq org-export-creator-info nil) > (setq org-export-time-stamp-file nil) > > in the new exporter to control export of the author, creator, and > timestamp by default? > > I haven't been able to find those yet. Yes. I have standardized the name of the first two since every other opt-in/out variable had the prefix "org-export-with-". They have become, respectively, `org-export-with-author' and `org-export-with-creator'. `org-export-time-stamp-file' has kept its name, to avoid confusion with `org-export-with-timestamps'. Regards, -- Nicolas Goaziou