From mboxrd@z Thu Jan 1 00:00:00 1970 From: chandan Subject: org-export-as-pdf: Unable to disable timestamp Date: Thu, 27 May 2010 10:58:30 +0530 Message-ID: <4BFE02FE.5050704@globaledgesoft.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=43187 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OHVcX-0003Tf-QV for emacs-orgmode@gnu.org; Thu, 27 May 2010 01:27:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OHVcV-0001wc-60 for emacs-orgmode@gnu.org; Thu, 27 May 2010 01:27:05 -0400 Received: from gesmail.globaledgesoft.com ([203.76.137.4]:53618) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OHVcU-0001wE-Qh for emacs-orgmode@gnu.org; Thu, 27 May 2010 01:27:03 -0400 Received: from [172.16.8.243] (unknown [172.16.8.243]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by gesmail.globaledgesoft.com (Postfix) with ESMTP id 7689117B422 for ; Thu, 27 May 2010 10:56:58 +0530 (IST) 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: emacs-orgmode@gnu.org Hi, I am using org-mode available on GNU Emacs 23.2. org-export-as-pdf generates a *.pdf file with a timestamp at the beginning even though I have added the following line in my *.org file. #+OPTIONS: timestamp:nil Regards, chandan r