[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Removing the title in LaTeX export
From: |
Julien Cubizolles |
Subject: |
Re: [O] Removing the title in LaTeX export |
Date: |
Mon, 14 Jul 2014 10:58:07 +0200 |
User-agent: |
Gnus/5.13001 (Ma Gnus v0.10) Emacs/24.4.50 (gnu/linux) |
address@hidden (Thomas S. Dye) writes:
> Aloha Julien,
>
> Julien Cubizolles <address@hidden> writes:
>
>> Is there a way to remove the title from during a LaTeX export? the
>> ":with-toc nil" keyword in org-publish-project-alist removes the table
>> of contents but I "with-title nil" doesn't seem to be recognized.
>>
>> Julien.
>
> I use (setq org-latex-title-command "").
Good idea, I'll try to use it in the preparation-function property of
org-publish-project-alist.
Julien.