emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Nick Dokos <ndokos@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: Updated syntax for #+bind and no LaTeX \maketitle command?
Date: Fri, 24 May 2013 01:47:59 -0400	[thread overview]
Message-ID: <87li75ylm8.fsf@pierrot.dokosmarshall.org> (raw)
In-Reply-To: CA+M2ft-uZa5ku+G4E3mgZJcOXj2O7D3J_GpMU6Vyt1zEFx2eTw@mail.gmail.com

John Hendy <jw.hendy@gmail.com> writes:

> I sometimes don't want a title in my LaTeX exported documents and used to use:
>
> #+bind: org-export-latex-title-command ""
>
> in my documents. I see that the new variable is simply
> =org-latex-title-command= and now have:
>
> #+bind: org-latex-title-command ""
>
> This is still generating a \maketitle line in my .tex file.
>
> What's the proper way to do this on Org 8.0?
>
>

I suspect this is the same problem as the one discussed in the following:

   http://thread.gmane.org/gmane.emacs.orgmode/72085

Nicolas suggested using a file local variable for that problem and I've
verified that that solution also works for this one. Just add

--8<---------------cut here---------------start------------->8---
# Local Variables:
# org-latex-title-command: ""
# End:
--8<---------------cut here---------------end--------------->8---

at the end of your file.
-- 
Nick

  parent reply	other threads:[~2013-05-24  5:48 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-23 22:48 Updated syntax for #+bind and no LaTeX \maketitle command? John Hendy
2013-05-23 22:57 ` Marcin Borkowski
2013-05-23 23:14 ` Rasmus
2013-05-24  5:47 ` Nick Dokos [this message]
2013-05-24  6:36   ` Nick Dokos
2013-05-24 16:32     ` John Hendy
2013-05-24 21:28       ` Sebastien Vauban

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

  List information: https://www.orgmode.org/

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

  git send-email \
    --in-reply-to=87li75ylm8.fsf@pierrot.dokosmarshall.org \
    --to=ndokos@gmail.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 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).