Re: [O] noninteractive use of org-export

2014-04-17 Thread Bastien
Julien Cubizolles writes: > Thanks for guiding me. No problem, glad it worked and thanks for the sharing the solution! -- Bastien

Re: [O] noninteractive use of org-export

2014-04-17 Thread Julien Cubizolles
Bastien writes: > Julien Cubizolles writes: > >> Can this be achieved, maybe with :completion-function? > > Maybe, but I never tried. Let us know if you can get it work! It works! I'm the first surprised here. I defined the following functions to manipulate the filenames. I suspect my code is

Re: [O] noninteractive use of org-export

2014-04-17 Thread Bastien
Julien Cubizolles writes: > Can this be achieved, maybe with :completion-function? Maybe, but I never tried. Let us know if you can get it work! -- Bastien

Re: [O] noninteractive use of org-export

2014-04-17 Thread Julien Cubizolles
Bastien writes: > Hi Julien, > > Julien Cubizolles writes: > >> Something must be wrong with the :include syntax since every org file in >> the base-directory is exported when I run C-c C-e P x. > > Add :exclude ".*" on top of your include. >> >> Also, is it possible to specify export options li

Re: [O] noninteractive use of org-export

2014-04-17 Thread Bastien
Hi Julien, Julien Cubizolles writes: > Something must be wrong with the :include syntax since every org file in > the base-directory is exported when I run C-c C-e P x. Add :exclude ".*" on top of your include. > > Also, is it possible to specify export options like LATEX_CLASS_OPTIONS > from o

Re: [O] noninteractive use of org-export

2014-04-17 Thread Julien Cubizolles
Bastien writes: > Hi Julien, > > Julien Cubizolles writes: > >> How can I use org-beamer-export-to-pdf for example for an org file that >> the current buffer isn't visiting? >> >> My setup is the following : I have two org files cours-beamer.org and >> cours-notes.org each containing different +

Re: [O] noninteractive use of org-export

2014-04-17 Thread Bastien
Hi Julien, Julien Cubizolles writes: > How can I use org-beamer-export-to-pdf for example for an org file that > the current buffer isn't visiting? > > My setup is the following : I have two org files cours-beamer.org and > cours-notes.org each containing different +LATEX_CLASS and > +LATEX_CLAS

Re: [O] noninteractive use of org-export

2014-04-16 Thread Thorsten Jolitz
Julien Cubizolles writes: > How can I use org-beamer-export-to-pdf for example for an org file that > the current buffer isn't visiting? > > My setup is the following : I have two org files cours-beamer.org and > cours-notes.org each containing different +LATEX_CLASS and > +LATEX_CLASS_OPTIONS ch