From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: #+OPTIONS: timestamp:t Ignored Date: Thu, 04 Aug 2011 10:25:09 +0530 Message-ID: <81zkjp3hea.fsf@gmail.com> References: <90e6ba6e83aaf8272704a9a656ff@google.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:59142) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qopxw-0006bH-2x for emacs-orgmode@gnu.org; Thu, 04 Aug 2011 00:55:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qopxv-0007Oy-8h for emacs-orgmode@gnu.org; Thu, 04 Aug 2011 00:55:28 -0400 Received: from mail-pz0-f43.google.com ([209.85.210.43]:40293) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qopxv-0007Ou-38 for emacs-orgmode@gnu.org; Thu, 04 Aug 2011 00:55:27 -0400 Received: by pzk1 with SMTP id 1so710298pzk.30 for ; Wed, 03 Aug 2011 21:55:26 -0700 (PDT) In-Reply-To: <90e6ba6e83aaf8272704a9a656ff@google.com> (tkoya's message of "Thu, 04 Aug 2011 04:23:15 +0000") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: tkoya96@gmail.com Cc: emacs-orgmode@gnu.org tkoya96@gmail.com writes: > Hello, > > When I use the timestamp:t export option on Linux (GNU Emacs 22.2.1 > for Linux), a creation time is included into exported file as > expected; > however, when I use this option on Windows (GNU Emacs 23.3.1 for > Windows), it is ignored. For example, > > #+OPTIONS: author:t creator:t timestamp:t email:t > > correctly includes the author, creator, and E-mail address but not a > timestamp. Is this a platform issue or Emacs version issue? Is there > a workaround? What exporter are you using? There are many html, latex, docbook, odt .... Please include an example of org file and it's output. > Thank you, > > -- TK > > --