Thanks for the help. I'm not really sure what's going on. A PDF file
is produced in my source directory, but not in my output directory. I
receive an error message saying the PDF file was not produced.

I didn't realize the customize menu had many different processes in
the value menu. I wanted something that would run bibtex, and I see
there is a process that runs pdflatex, bibtex, then pdflatex twice
more.

I get the expected result with that process, so I think I'll stick
with it for now.

Thanks for the help,
Jeff

On Sat, Dec 4, 2010 at 3:46 PM, Joost Kremers <joostkrem...@fastmail.fm> wrote:
> On Sat, Dec 04, 2010 at 03:28:30PM -0500, Jeff Horn wrote:
>> On Sat, Dec 4, 2010 at 3:22 PM, Jeff Horn <jrhorn...@gmail.com> wrote:
>> > On Sat, Dec 4, 2010 at 3:20 PM, Mike McLean <mike.mcl...@pobox.com> wrote:
>> >> I solve this with a forced remove:
>> >>
>> >> (setq org-latex-to-pdf-process (quote ("rm %b.pdf" "texi2dvi -p -b -c -V
>> >> %f")))
>> >
>> > Nice! Very clever. Thanks for the tip! (CC-ing to the list, hope that's OK)
>>
>> Small problem: if the file doesn't exist, rm fails with error, which
>> stops the process (the PDF file is not produced). This happens if I
>> create a new source file in my project.
>
> change "rm %b-pdf" to "rm -f %b.pdf", that should take care of it.
>
> --
> Dr. Joost Kremers
> Georg-August-Universität
> Seminar für Deutsche Philologie
> Käte-Hamburger-Weg 3
> D-37073 Göttingen
>
> _______________________________________________
> 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
>



-- 
Jeffrey Horn
Graduate Lecturer and PhD Student in Economics
George Mason University

(704) 271-4797
jh...@gmu.edu
jrhorn...@gmail.com

http://www.failuretorefrain.com/jeff/

_______________________________________________
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