emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-export-as-pdf: Unable to disable timestamp
@ 2010-05-27  5:28 chandan
  2010-06-01  7:50 ` David Maus
  0 siblings, 1 reply; 2+ messages in thread
From: chandan @ 2010-05-27  5:28 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: org-export-as-pdf: Unable to disable timestamp
  2010-05-27  5:28 org-export-as-pdf: Unable to disable timestamp chandan
@ 2010-06-01  7:50 ` David Maus
  0 siblings, 0 replies; 2+ messages in thread
From: David Maus @ 2010-06-01  7:50 UTC (permalink / raw)
  To: chandan; +Cc: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 1168 bytes --]

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

[-- Attachment #1.2: Type: application/pgp-signature, Size: 230 bytes --]

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

_______________________________________________
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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-06-01  7:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-27  5:28 org-export-as-pdf: Unable to disable timestamp chandan
2010-06-01  7:50 ` David Maus

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).