all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: David Maus <dmaus@ictsoc.de>
To: chandan <chandan.babu@globaledgesoft.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: org-export-as-pdf: Unable to disable timestamp
Date: Tue, 01 Jun 2010 09:50:41 +0200	[thread overview]
Message-ID: <877hmjb38u.wl%dmaus@ictsoc.de> (raw)
In-Reply-To: <4BFE02FE.5050704@globaledgesoft.com>


[-- 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

      reply	other threads:[~2010-06-01  7:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-27  5:28 org-export-as-pdf: Unable to disable timestamp chandan
2010-06-01  7:50 ` David Maus [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=877hmjb38u.wl%dmaus@ictsoc.de \
    --to=dmaus@ictsoc.de \
    --cc=chandan.babu@globaledgesoft.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.