Re: [Orgmode] export (as latex) a large number of org files in a directory

2009-08-30 Thread Stephen Tucker
Thanks yet again! That makes sense... works now!! > I tried your code with both > > > orglib=/Applications/Emacs.app/Contents/Resources/lisp/org > > and > > orglib=$HOME/elisp/org-mode/lisp > > You need the former - the latter is where I keep my org.el[c] (sorry, forgot to mention that I crea

Re: [Orgmode] export (as latex) a large number of org files in a directory

2009-08-30 Thread Nick Dokos
Nick Dokos wrote: > Stephen Tucker wrote: > > > Hi Nick, > > > thanks for the response! Actually in the code that I had pasted, the > > emacs --batch call is all on one line (so no need to escape newlines > > there). I tried your code with both > > > orglib=/Applications/Emacs.app/Contents/R

Re: [Orgmode] export (as latex) a large number of org files in a directory

2009-08-30 Thread Nick Dokos
Stephen Tucker wrote: > Hi Nick, > thanks for the response! Actually in the code that I had pasted, the > emacs --batch call is all on one line (so no need to escape newlines > there). I tried your code with both > orglib=/Applications/Emacs.app/Contents/Resources/lisp/org > and > orglib=$HOME

Re: [Orgmode] export (as latex) a large number of org files in a directory

2009-08-30 Thread Stephen Tucker
om: Nick Dokos To: Stephen Tucker Cc: emacs-orgmode@gnu.org; nicholas.do...@hp.com Sent: Sunday, August 30, 2009 8:04:06 AM Subject: Re: [Orgmode] export (as latex) a large number of org files in a directory Stephen Tucker wrote: > Hi, I am trying to export a bunch of .org files stored in

Re: [Orgmode] export (as latex) a large number of org files in a directory

2009-08-30 Thread Nick Dokos
Stephen Tucker wrote: > Hi, I am trying to export a bunch of .org files stored in a directory as > latex files. I have tried two methods: > > (1) > --- > At the bash prompt (I am using OS X): > > bash$ ema

[Orgmode] export (as latex) a large number of org files in a directory

2009-08-30 Thread Stephen Tucker
Hi, I am trying to export a bunch of .org files stored in a directory as latex files. I have tried two methods: (1) --- At the bash prompt (I am using OS X): bash$ emacs --batch --load=/Applications/Emacs.ap