From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [BUG] New latex exporter: Not respecting author:nil and timestamp:nil Date: Thu, 18 Oct 2012 18:08:16 +0200 Message-ID: <878vb3n4pb.fsf@gmail.com> References: <87a9vj7uj1.fsf@yagnesh.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:49052) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOsi9-0004Tk-8u for emacs-orgmode@gnu.org; Thu, 18 Oct 2012 12:12:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TOshz-0000nC-NM for emacs-orgmode@gnu.org; Thu, 18 Oct 2012 12:12:41 -0400 Received: from mail-wg0-f49.google.com ([74.125.82.49]:53276) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOshz-0000n2-Gp for emacs-orgmode@gnu.org; Thu, 18 Oct 2012 12:12:31 -0400 Received: by mail-wg0-f49.google.com with SMTP id gg4so5576791wgb.30 for ; Thu, 18 Oct 2012 09:12:30 -0700 (PDT) In-Reply-To: <87a9vj7uj1.fsf@yagnesh.org> (Yagnesh Raghava Yakkala's message of "Thu, 18 Oct 2012 22:57:06 +0900") 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: Yagnesh Raghava Yakkala Cc: emacs-orgmode@gnu.org Hello, Yagnesh Raghava Yakkala writes: > New latex exporter doesn't recognize the author:nil and timestamp:nil. test > file is attached. > > > > #+TITLE: abcd > #+AUTHOR: me me > #+DESCRIPTION: > #+KEYWORDS: > #+LANGUAGE: en > #+OPTIONS: timestamp:nil > #+OPTIONS: author:nil > > > #+CAPTION: A wide table with tabulary > #+LABEL: tbl:wide It should be #+NAME: tbl:wide > #+ATTR_LaTeX: table* tabulary width=\textwidth > | column 1 | column 2 | > |-----------+------------------------------------------------------------------------------------| > | first row | a long long long long long long long long long long long long long long long cell | > I don't see any author in your PDF file, so what is the problem? Regards, -- Nicolas Goaziou