* Exporting to LaTeX Ignores Title Option in #+Options:.
@ 2016-06-18 6:55 lists
2016-06-18 12:08 ` Xiaolong Zhang (HKUCS)
0 siblings, 1 reply; 2+ messages in thread
From: lists @ 2016-06-18 6:55 UTC (permalink / raw)
To: emacs-orgmode
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.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Exporting to LaTeX Ignores Title Option in #+Options:.
2016-06-18 6:55 Exporting to LaTeX Ignores Title Option in #+Options: lists
@ 2016-06-18 12:08 ` Xiaolong Zhang (HKUCS)
0 siblings, 0 replies; 2+ messages in thread
From: Xiaolong Zhang (HKUCS) @ 2016-06-18 12:08 UTC (permalink / raw)
To: lists; +Cc: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 750 bytes --]
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, <lists@wilkesley.net> 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.
>
>
[-- Attachment #2: Type: text/html, Size: 1461 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-06-18 12:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-18 6:55 Exporting to LaTeX Ignores Title Option in #+Options: lists
2016-06-18 12:08 ` Xiaolong Zhang (HKUCS)
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).