From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Maus Subject: Re: org-export-as-pdf: Unable to disable timestamp Date: Tue, 01 Jun 2010 09:50:41 +0200 Message-ID: <877hmjb38u.wl%dmaus@ictsoc.de> References: <4BFE02FE.5050704@globaledgesoft.com> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: multipart/mixed; boundary="===============0766056388==" Return-path: Received: from [140.186.70.92] (port=52643 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OJMH6-0008PD-Ie for emacs-orgmode@gnu.org; Tue, 01 Jun 2010 03:52:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OJMH5-00073a-0g for emacs-orgmode@gnu.org; Tue, 01 Jun 2010 03:52:36 -0400 Received: from mysql1.xlhost.de ([213.202.242.106]:50837) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OJMH4-00073S-Ns for emacs-orgmode@gnu.org; Tue, 01 Jun 2010 03:52:34 -0400 In-Reply-To: <4BFE02FE.5050704@globaledgesoft.com> 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: chandan Cc: emacs-orgmode@gnu.org --===============0766056388== Content-Type: multipart/signed; boundary="pgp-sign-Multipart_Tue_Jun__1_09:50:40_2010-1"; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit --pgp-sign-Multipart_Tue_Jun__1_09:50:40_2010-1 Content-Type: text/plain; charset=US-ASCII chandan wrote: >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 The timestamp option does not work, because the date is not a timestamp, but whatever the in-buffer option #+DATE is set to or, if there is no such in-buffer option, (current-time). It's not exactly an Org mode issue: To create a PDF document, Org mode first exports the file to LaTeX and than calls the LaTeX processor to create to PDF file. Upon exporting to LaTeX Org inserts a line with the date into the document (e.g. \date{01 Juni 2010}). But, whether or not the date is displayed in the PDF first depends on the LaTeX class you use. E.g. the class (like article, report etc.) makes an assumption what should be shown in the beginning ("title") of a document. So, there are two options: Either change the LaTeX class or as a workaround simply set the #+DATE option to an empty string. ,---- | #+DATE: `---- HTH -- David -- OpenPGP... 0x99ADB83B5A4478E6 Jabber.... dmjena@jabber.org Email..... dmaus@ictsoc.de --pgp-sign-Multipart_Tue_Jun__1_09:50:40_2010-1 Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iF4EABEIAAYFAkwEu9AACgkQma24O1pEeOZVdQD+KYWkPymTQpxVgiKv46SY9TzG x+dTDY3NJjHTdzhcrsIBAMx0y8T0ILG/pYy9kpzw3XQuR+sywesFwwEscQKY3M24 =WUSR -----END PGP SIGNATURE----- --pgp-sign-Multipart_Tue_Jun__1_09:50:40_2010-1-- --===============0766056388== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============0766056388==--