From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: customizing export timestamp? Date: Mon, 16 Jul 2007 09:28:09 +0200 Message-ID: <972ed0bef9c9ba07522c6fdef0b63d2e@science.uva.nl> References: <87fy3rangy.fsf@pdrechsler.de> Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IAL07-0006Hp-RW for emacs-orgmode@gnu.org; Mon, 16 Jul 2007 03:28:11 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IAL07-0006HU-2T for emacs-orgmode@gnu.org; Mon, 16 Jul 2007 03:28:11 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IAL06-0006HP-VQ for emacs-orgmode@gnu.org; Mon, 16 Jul 2007 03:28:10 -0400 Received: from korteweg.uva.nl ([146.50.98.70]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IAL06-0002mY-Io for emacs-orgmode@gnu.org; Mon, 16 Jul 2007 03:28:10 -0400 In-Reply-To: <87fy3rangy.fsf@pdrechsler.de> 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: Patrick Drechsler Cc: emacs-orgmode@gnu.org On Jul 14, 2007, at 1:33, Patrick Drechsler wrote: > Hi, > > would it be useful for others to deactivate the timestamp when > exporting? > > For example something like: > > #+OPTIONS: timestamp:nil > > WDT? I agree that it is useful to turn this of. In 5.04 there will be two new options org-export-author-info org-export-time-stamp-file to decide if the author name/email should be included, and if the time/date should be explicitly shown in the file. You can set both on a per-file basis with #+OPTIONS: timestamp:nil author:nil Thanks for the proposal. - Carsten