Re: [O] Batch processing part of a file

2012-08-30 Thread Nicolas Girard
2012/8/30 Bastien : > Nicolas Girard writes: > >> I've also noticed that, using the latest Org version from git, src >> blocks with "#+header" lines *below* the "#+name" are handled >> incorrectly, contrary to blocks whose "#+header" lines lie *above* the >> "#+name". > > It should work correctly

Re: [O] Batch processing part of a file

2012-08-30 Thread Bastien
Nicolas Girard writes: > I've also noticed that, using the latest Org version from git, src > blocks with "#+header" lines *below* the "#+name" are handled > incorrectly, contrary to blocks whose "#+header" lines lie *above* the > "#+name". It should work correctly now, thanks! -- Bastien

Re: [O] Batch processing part of a file

2012-08-29 Thread Nicolas Girard
2012/8/29 Loris Bennett : > "Loris Bennett" writes: > > This problem seems to be caused by the use of '#+header', so with > > , > | #+name: test > | #+header: :file out.txt > | #+begin_src sh > | echo blah > | #+end_src > ` > > I get the above error,

Re: [O] Batch processing part of a file

2012-08-29 Thread Loris Bennett
"Loris Bennett" writes: > Nick Dokos writes: > >> Loris Bennett wrote: >> >>> Dear List, >>> >>> I have an orgmode file for collecting data and producing a plot. The >>> file contains a Perl script which runs on a remote machine and generates >>> Graphviz input. This is then used to create a

Re: [O] Batch processing part of a file

2012-08-24 Thread Loris Bennett
Nick Dokos writes: > Loris Bennett wrote: > >> Dear List, >> >> I have an orgmode file for collecting data and producing a plot. The >> file contains a Perl script which runs on a remote machine and generates >> Graphviz input. This is then used to create a PDF file. >> >> I have had a look

Re: [O] Batch processing part of a file

2012-08-22 Thread Myles English
Nick Dokos writes: > Loris Bennett wrote: > >> Dear List, >> >> I have an orgmode file for collecting data and producing a plot. The >> file contains a Perl script which runs on a remote machine and generates >> Graphviz input. This is then used to create a PDF file. >> >> I have had a look

Re: [O] Batch processing part of a file

2012-08-21 Thread Nick Dokos
Loris Bennett wrote: > Dear List, > > I have an orgmode file for collecting data and producing a plot. The > file contains a Perl script which runs on a remote machine and generates > Graphviz input. This is then used to create a PDF file. > > I have had a look at > > http://orgmode.org/ma

[O] Batch processing part of a file

2012-08-21 Thread Loris Bennett
Dear List, I have an orgmode file for collecting data and producing a plot. The file contains a Perl script which runs on a remote machine and generates Graphviz input. This is then used to create a PDF file. I have had a look at http://orgmode.org/manual/Batch-execution.html but it is not