Re: [O] Macros in included file not expanded in batch export

2014-07-28 Thread Fabrice Niessen
Hello Suvayu, Suvayu Ali wrote: > I am trying to export to LaTeX in batch mode, but it seems the exporter > ignores macros defined in included files when exporting in batch mode. > > I tried to export like this: > > $ emacs --eval "(require 'ox-latex)" include-test.org \ > --eval '(org-L

Re: [O] Macros in included file not expanded in batch export

2014-07-15 Thread Nick Dokos
Suvayu Ali writes: > Hi Nick, > > On Mon, Jul 14, 2014 at 10:50:53PM -0400, Nick Dokos wrote: >> Suvayu Ali writes: >> >> > Hi, >> > >> > I am trying to export to LaTeX in batch mode, but it seems the exporter >> > ignores macros defined in included files when exporting in batch mode. >> > >> >

Re: [O] Macros in included file not expanded in batch export

2014-07-14 Thread Suvayu Ali
Hi Nick, On Mon, Jul 14, 2014 at 10:50:53PM -0400, Nick Dokos wrote: > Suvayu Ali writes: > > > Hi, > > > > I am trying to export to LaTeX in batch mode, but it seems the exporter > > ignores macros defined in included files when exporting in batch mode. > > > > I tried to export like this: > >

Re: [O] Macros in included file not expanded in batch export

2014-07-14 Thread Nick Dokos
Suvayu Ali writes: > Hi, > > I am trying to export to LaTeX in batch mode, but it seems the exporter > ignores macros defined in included files when exporting in batch mode. > > I tried to export like this: > > $ emacs --eval "(require 'ox-latex)" include-test.org \ > --eval '(org-LaTeX

[O] Macros in included file not expanded in batch export

2014-07-14 Thread Suvayu Ali
Hi, I am trying to export to LaTeX in batch mode, but it seems the exporter ignores macros defined in included files when exporting in batch mode. I tried to export like this: $ emacs --eval "(require 'ox-latex)" include-test.org \ --eval '(org-LaTeX-export-to-latex nil nil nil t)' -f