Re: [O] [PATCH] New variable for the new latex exporter

2012-09-12 Thread Nicolas Goaziou
Hello, t...@tsdye.com (Thomas S. Dye) writes: > With the patch, the user can now do something like this: > (setq org-e-latex-toc-and-lists-string > "\\tableofcontents\n\\listoffigures\n\n") > which I find an improvement. Good idea. I applied a slightly different version for this patch. Thanks.

[O] [PATCH] New variable for the new latex exporter

2012-09-11 Thread Thomas S. Dye
Aloha Nicolas, The attached patch adds a new defcustom for the toc and listof commands that are inserted after \maketitle with the new latex exporter. In the old exporter, the undesirable \vspace*{1cm} could be replaced with a user-defined function. The new exporter hard codes this. The patch p