t...@tsdye.com (Thomas S. Dye) writes: > Aloha Julien, > > Julien Cubizolles <j.cubizol...@free.fr> 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.