From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Xiaolong Zhang (HKUCS)" Subject: Re: Exporting to LaTeX Ignores Title Option in #+Options:. Date: Sat, 18 Jun 2016 20:08:28 +0800 Message-ID: References: <648f05c25ef70b77cbf1770d6ff38bb3@wilkesley.net> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11433b203bdaa005358c5422 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54711) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bEF47-0000wm-6c for emacs-orgmode@gnu.org; Sat, 18 Jun 2016 08:09:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bEF42-00043Y-6D for emacs-orgmode@gnu.org; Sat, 18 Jun 2016 08:09:31 -0400 Received: from mail.cs.hku.hk ([147.8.176.10]:36316) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bEF41-00043B-GS for emacs-orgmode@gnu.org; Sat, 18 Jun 2016 08:09:26 -0400 Received: from community.cs.hku.hk (community.cs.hku.hk [147.8.175.17]) by mail.cs.hku.hk (8.14.5+Sun/8.14.5) with ESMTP id u5IC8Yru018158 for ; Sat, 18 Jun 2016 20:08:34 +0800 (HKT) Received: from mail-oi0-f52.google.com (mail-oi0-f52.google.com [209.85.218.52]) (authenticated bits=0) by community.cs.hku.hk (8.14.9/8.14.9) with ESMTP id u5IC8TCG000269 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Sat, 18 Jun 2016 20:08:33 +0800 (HKT) Received: by mail-oi0-f52.google.com with SMTP id d132so152146993oig.1 for ; Sat, 18 Jun 2016 05:08:30 -0700 (PDT) In-Reply-To: <648f05c25ef70b77cbf1770d6ff38bb3@wilkesley.net> 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" To: lists@wilkesley.net Cc: emacs-orgmode@gnu.org --001a11433b203bdaa005358c5422 Content-Type: text/plain; charset=UTF-8 The difference is that no "\maketitle" is generated for LaTeX export after "\begin{document}" Regards, Xiaolong On Sat, Jun 18, 2016 at 2:55 PM, wrote: > I have a bunch of org-files that I want to export. They all have a > #+TITLE: but I don't want the Title to appear in the exported code. > > If I export the following minimal file: > > #+TITLE: My Title. > #+AUTHOR: Ian Barton. > #+STARTUP: content indent > #+DATE: [2016-06-18 Sat 07:43] > #+OPTIONS: title:nil > > I get the following output: > > \author{Ian Barton.} > \date{\textit{[2016-06-18 Sat 07:43]}} > \title{My Title.} > > > I thought that setting title:nil in #+Options: suppressed export of the > title. Is this expected behaviour with LaTeX? > > Ian. > > --001a11433b203bdaa005358c5422 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
The difference is that no "\maketitle" is gen= erated for LaTeX export after "\begin{document}"

=
Regards,
Xiaolong
On Sat, Jun 18, 2016 at 2:55 PM, <lists@wi= lkesley.net> wrote:
I have = a bunch of org-files that I want to export. They=C2=A0 all have a #+TITLE: = but I don't want the Title to appear in the exported code.

If I export the following minimal file:

#+TITLE: My Title.
#+AUTHOR: Ian Barton.
#+STARTUP: content indent
#+DATE: [2016-06-18 Sat 07:43]
#+OPTIONS:=C2=A0 title:nil

I get the following output:

\author{Ian Barton.}
\date{\textit{[2016-06-18 Sat 07:43]}}
\title{My Title.}


I thought that setting title:nil in #+Options: suppressed export of the tit= le. Is this expected behaviour with LaTeX?

Ian.


--001a11433b203bdaa005358c5422--