My first mail on the list! Love org-mode by the way.

>> XeLaTeX[1,2] produces some more files than pdflatex. These are:
>> .nav, .snm, .vrb. All named the same as the base file. The list in
>> org-export-as-pdf should be extended or even made customisable.

I second you on this one! That would be nice if the "log" files list was 
customizable.

I use xelatex and bibtex which leads to additional garbage files such as ".blg" 
and ".bbl".

For the moment, I am cleaning the mess with a unix "rm" command at the end of 
the latex/bibtex processing, like this:

(setq org-latex-to-pdf-process '("xelatex -interaction nonstopmode %s" "bibtex 
%b" "xelatex -interaction nonstopmode %s" "xelatex -interaction nonstopmode %s" 
"rm *blg *bbl"))

best regards,


GT


_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to