Hi Josiah,

Thanks for the tips. I'll take that line of investigation and see if I can resolve it.
I'll let you know if I find the issue. Thanks again for volunteering your time to
look into the issue.

Best,
Suhas


From: Josiah Schwab <jschwab@gmail.com>
To: Suhas Pai <suhaspai@yahoo.com>
Cc: "emacs-orgmode@gnu.org" <emacs-orgmode@gnu.org>
Sent: Monday, July 14, 2014 12:15 PM
Subject: Re: [O] Org mode 8.2.5h and emacs-24.3.1: exporting org-beamer presentation doesn't break presentation in slides

Hi Suhas,

> Yes, I downloaded the same file and tried again and got the following debug trace:
>
> Debugger entered--Lisp error: (error "PDF file ./presentation-1.pdf wasn't produced: Runaway argument")

That message is indicating an error during the LaTeX -> PDF step.

Why don't you take a look at the presentation-1.tex file and see where
things are going wrong.

You can probably reproduce this typeset the file (outside of emacs)
  pdflatex presentation-1.tex

Runway LaTeX arguments usually signify something like this (closing
curly brace missing).

,----
| \documentclass{article}
|
| \begin{document}
|
| \section{Runaway
|
| \end{document}
`----

Sorry, I don't have any more time to spend on this.  Maybe someone else
will be able to help.




Best,
Josiah