On Wed, Nov 14, 2012 at 09:14:40AM +0900, Yagnesh Raghava Yakkala wrote:
> 
> Hello,
> 
> I am trying to use new beamer exporter. I have few questions.
> 
> o) When trying to export emacs batch mode, it is asking for "Output file:"
> (export script and setup file for batch process are attached)
> 

> #!/bin/sh
> # batch export
> 
> emacs -q --batch -l setup.el \
>     -f org-e-beamer-export-to-latex org-beamer-template.org
> 

I believe you have the order wrong.  Emacs first has to open the file
before you can export it.  Try this:

  $ emacs -q --batch -l setup.el org-beamer-template.org \
          -f org-e-beamer-export-to-latex 

-- 
Suvayu

Open source is the future. It sets us free.

Reply via email to