Re: [Orgmode] calling to Emacs server to export to PDF

2010-12-07 Thread Nick Dokos
[Resending to the list: I got bitten by my old server verification nemesis. Hope this makes it. Apologies to Herb for the duplicates.] Herbert Sitz wrote: > I'm trying to call a function in an Emacs server to export a file to PDF usin g > the following command: > > "c:\program files (x86)\emac

[Orgmode] calling to Emacs server to export to PDF

2010-12-07 Thread Herbert Sitz
I'm trying to call a function in an Emacs server to export a file to PDF using the following command: "c:\program files (x86)\emacs\emacs\bin\emacs.exe" -batch --visit=[myfile] --funcall org-export-as-pdf It works okay but it doesn't seem to use the default latex class that I've defined in my .em