Re: [O] How to export to latex from command line?

2016-06-23 Thread Giacomo M
Il 23/06/2016 18:30, Rasmus ha scritto: hymie! writes: In our last episode, the evil Dr. Lacto had captured our hero, Giacomo M , who said: Dear all, I would like to export an org file to either tex or pdf from bash. I have been using

Re: [O] How to export to latex from command line?

2016-06-23 Thread Rasmus
hymie! writes: > In our last episode, the evil Dr. Lacto had captured our hero, > Giacomo M , who said: >> Dear all, >> >> I would like to export an org file to either tex or pdf from bash. > > I have been using this: > ${EMACS}

Re: [O] How to export to latex from command line?

2016-06-23 Thread Giacomo M
Il 23/06/2016 16:48, hymie! ha scritto: In our last episode, the evil Dr. Lacto had captured our hero, Giacomo M , who said: Dear all, I would like to export an org file to either tex or pdf from bash. I have been using this: ${EMACS} $filename -f

Re: [O] How to export to latex from command line?

2016-06-23 Thread hymie!
In our last episode, the evil Dr. Lacto had captured our hero, Giacomo M , who said: > Dear all, > > I would like to export an org file to either tex or pdf from bash. I have been using this: ${EMACS} $filename -f org-html-export-to-html -f kill-emacs There are

[O] How to export to latex from command line?

2016-06-23 Thread Giacomo M
Dear all, I would like to export an org file to either tex or pdf from bash. Any help on the lisp code to pass to the --eval argument of emacs to achieve this? Thanks, Giacomo