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
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
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,
"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
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
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
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
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