emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-babel header documentation
@ 2013-03-26 15:00 Andreas Röhler
  2013-03-26 15:23 ` John Hendy
  0 siblings, 1 reply; 15+ messages in thread
From: Andreas Röhler @ 2013-03-26 15:00 UTC (permalink / raw)
  To: emacs-orgmode

Hi all,

while digging through the org-babel stuff, which is quite exiting, have some difficulties to grasp the functionality of different header arguments.

Info 14.8 Header arguments

is useful so far. Still miss an explanation the way

Setting X to Y will cause....

Maybe missing the right spot still?

Thanks,

Andreas

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: org-babel header documentation
  2013-03-26 15:00 org-babel header documentation Andreas Röhler
@ 2013-03-26 15:23 ` John Hendy
  2013-03-26 15:35   ` Eric Schulte
  0 siblings, 1 reply; 15+ messages in thread
From: John Hendy @ 2013-03-26 15:23 UTC (permalink / raw)
  To: Andreas Röhler; +Cc: emacs-orgmode

On Tue, Mar 26, 2013 at 10:00 AM, Andreas Röhler
<andreas.roehler@easy-emacs.de> wrote:
> Hi all,
>
> while digging through the org-babel stuff, which is quite exiting, have some
> difficulties to grasp the functionality of different header arguments.
>
> Info 14.8 Header arguments
>
> is useful so far. Still miss an explanation the way
>
> Setting X to Y will cause....
>
> Maybe missing the right spot still?

I tend to agree. I typically just follow the matching tutorial for
whatever language I'm using and stick to it... but I don't always
understand (like why I need =:results output graphics= in R vs. just
output). Perhaps you could inquire about a particular header setting,
someone could respond, and you could add the info to Worg somewhere
(something like a "layman's guide to header arguments")?


John



>
> Thanks,
>
> Andreas
>

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: org-babel header documentation
  2013-03-26 15:23 ` John Hendy
@ 2013-03-26 15:35   ` Eric Schulte
  2013-03-26 16:17     ` Andreas Röhler
  0 siblings, 1 reply; 15+ messages in thread
From: Eric Schulte @ 2013-03-26 15:35 UTC (permalink / raw)
  To: John Hendy; +Cc: emacs-orgmode

John Hendy <jw.hendy@gmail.com> writes:

> On Tue, Mar 26, 2013 at 10:00 AM, Andreas Röhler
> <andreas.roehler@easy-emacs.de> wrote:
>> Hi all,
>>
>> while digging through the org-babel stuff, which is quite exiting, have some
>> difficulties to grasp the functionality of different header arguments.
>>
>> Info 14.8 Header arguments
>>
>> is useful so far. Still miss an explanation the way
>>
>> Setting X to Y will cause....
>>
>> Maybe missing the right spot still?
>
> I tend to agree. I typically just follow the matching tutorial for
> whatever language I'm using and stick to it... but I don't always
> understand (like why I need =:results output graphics= in R vs. just
> output). Perhaps you could inquire about a particular header setting,
> someone could respond, and you could add the info to Worg somewhere
> (something like a "layman's guide to header arguments")?
>

The evolution of the code block functionality over the years has been
driven almost exclusively by this mailing list.  The best way to find
the reasoning behind any particular baroque combination of header
arguments is to search through the archives of this list.

Sadly we don't do a good enough job of ensuring that the content
generated here makes its way to Worg.  I'm certainly guilty of this
myself, but there are only so many hours in the day.

-- 
Eric Schulte
http://cs.unm.edu/~eschulte

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: org-babel header documentation
  2013-03-26 15:35   ` Eric Schulte
@ 2013-03-26 16:17     ` Andreas Röhler
  2013-03-26 16:23       ` John Hendy
  2013-03-26 16:33       ` Eric Schulte
  0 siblings, 2 replies; 15+ messages in thread
From: Andreas Röhler @ 2013-03-26 16:17 UTC (permalink / raw)
  To: Eric Schulte; +Cc: emacs-orgmode

Am 26.03.2013 16:35, schrieb Eric Schulte:
> John Hendy <jw.hendy@gmail.com> writes:
>
>> On Tue, Mar 26, 2013 at 10:00 AM, Andreas Röhler
>> <andreas.roehler@easy-emacs.de> wrote:
>>> Hi all,
>>>
>>> while digging through the org-babel stuff, which is quite exiting, have some
>>> difficulties to grasp the functionality of different header arguments.
>>>
>>> Info 14.8 Header arguments
>>>
>>> is useful so far. Still miss an explanation the way
>>>
>>> Setting X to Y will cause....
>>>
>>> Maybe missing the right spot still?
>>
>> I tend to agree. I typically just follow the matching tutorial for
>> whatever language I'm using and stick to it... but I don't always
>> understand (like why I need =:results output graphics= in R vs. just
>> output). Perhaps you could inquire about a particular header setting,
>> someone could respond, and you could add the info to Worg somewhere
>> (something like a "layman's guide to header arguments")?
>>
>
> The evolution of the code block functionality over the years has been
> driven almost exclusively by this mailing list.  The best way to find
> the reasoning behind any particular baroque combination of header
> arguments is to search through the archives of this list.
>
> Sadly we don't do a good enough job of ensuring that the content
> generated here makes its way to Worg.  I'm certainly guilty of this
> myself, but there are only so many hours in the day.
>

Hi Eric,

thanks a lot BTW for all you've done.

What about to have a list editable for all interested
w/ comments to all header args in alphabetical order?

Might participate and write it down the way it's understood.
You and others may correct it on the fly.

Maybe someone starts a headers.org in Worg?

Andreas

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: org-babel header documentation
  2013-03-26 16:17     ` Andreas Röhler
@ 2013-03-26 16:23       ` John Hendy
  2013-03-26 16:54         ` Thomas S. Dye
  2013-03-26 16:33       ` Eric Schulte
  1 sibling, 1 reply; 15+ messages in thread
From: John Hendy @ 2013-03-26 16:23 UTC (permalink / raw)
  To: Andreas Röhler; +Cc: emacs-orgmode, Eric Schulte

On Tue, Mar 26, 2013 at 11:17 AM, Andreas Röhler
<andreas.roehler@easy-emacs.de> wrote:
> Am 26.03.2013 16:35, schrieb Eric Schulte:
>>
>> John Hendy <jw.hendy@gmail.com> writes:
>>
>>> On Tue, Mar 26, 2013 at 10:00 AM, Andreas Röhler
>>> <andreas.roehler@easy-emacs.de> wrote:
>>>>
>>>> Hi all,
>>>>
>>>> while digging through the org-babel stuff, which is quite exiting, have
>>>> some
>>>> difficulties to grasp the functionality of different header arguments.
>>>>
>>>> Info 14.8 Header arguments
>>>>
>>>> is useful so far. Still miss an explanation the way
>>>>
>>>> Setting X to Y will cause....
>>>>
>>>> Maybe missing the right spot still?
>>>
>>>
>>> I tend to agree. I typically just follow the matching tutorial for
>>> whatever language I'm using and stick to it... but I don't always
>>> understand (like why I need =:results output graphics= in R vs. just
>>> output). Perhaps you could inquire about a particular header setting,
>>> someone could respond, and you could add the info to Worg somewhere
>>> (something like a "layman's guide to header arguments")?
>>>
>>
>> The evolution of the code block functionality over the years has been
>> driven almost exclusively by this mailing list.  The best way to find
>> the reasoning behind any particular baroque combination of header
>> arguments is to search through the archives of this list.
>>
>> Sadly we don't do a good enough job of ensuring that the content
>> generated here makes its way to Worg.  I'm certainly guilty of this
>> myself, but there are only so many hours in the day.
>>
>
> Hi Eric,
>
> thanks a lot BTW for all you've done.
>
> What about to have a list editable for all interested
> w/ comments to all header args in alphabetical order?
>
> Might participate and write it down the way it's understood.
> You and others may correct it on the fly.
>
> Maybe someone starts a headers.org in Worg?

I'm happy to help with this. Will take me a bit to get to (~1wk), but
could definitely help. I'm really trying to help more with Worg as my
return for all the code and support others write. One problem with
this, though, is that some of these are language specific. I ran into
this before:
- http://lists.gnu.org/archive/html/emacs-orgmode/2012-07/msg00260.html

So... this table might be more complicated than you realize, unless
you're only talking about system-wide arguments.


John

>
> Andreas
>

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: org-babel header documentation
  2013-03-26 16:17     ` Andreas Röhler
  2013-03-26 16:23       ` John Hendy
@ 2013-03-26 16:33       ` Eric Schulte
  2013-03-29 17:58         ` Eric Schulte
  1 sibling, 1 reply; 15+ messages in thread
From: Eric Schulte @ 2013-03-26 16:33 UTC (permalink / raw)
  To: Andreas Röhler; +Cc: emacs-orgmode, Eric Schulte

Andreas Röhler <andreas.roehler@easy-emacs.de> writes:

> Am 26.03.2013 16:35, schrieb Eric Schulte:
>> John Hendy <jw.hendy@gmail.com> writes:
>>
>>> On Tue, Mar 26, 2013 at 10:00 AM, Andreas Röhler
>>> <andreas.roehler@easy-emacs.de> wrote:
>>>> Hi all,
>>>>
>>>> while digging through the org-babel stuff, which is quite exiting, have some
>>>> difficulties to grasp the functionality of different header arguments.
>>>>
>>>> Info 14.8 Header arguments
>>>>
>>>> is useful so far. Still miss an explanation the way
>>>>
>>>> Setting X to Y will cause....
>>>>
>>>> Maybe missing the right spot still?
>>>
>>> I tend to agree. I typically just follow the matching tutorial for
>>> whatever language I'm using and stick to it... but I don't always
>>> understand (like why I need =:results output graphics= in R vs. just
>>> output). Perhaps you could inquire about a particular header setting,
>>> someone could respond, and you could add the info to Worg somewhere
>>> (something like a "layman's guide to header arguments")?
>>>
>>
>> The evolution of the code block functionality over the years has been
>> driven almost exclusively by this mailing list.  The best way to find
>> the reasoning behind any particular baroque combination of header
>> arguments is to search through the archives of this list.
>>
>> Sadly we don't do a good enough job of ensuring that the content
>> generated here makes its way to Worg.  I'm certainly guilty of this
>> myself, but there are only so many hours in the day.
>>
>
> Hi Eric,
>
> thanks a lot BTW for all you've done.
>
> What about to have a list editable for all interested
> w/ comments to all header args in alphabetical order?
>
> Might participate and write it down the way it's understood.
> You and others may correct it on the fly.
>
> Maybe someone starts a headers.org in Worg?
>
> Andreas
>

I like that idea a lot.  Please start such a page, and link to it from
one of the main Babel pages.  I will try to write future responses there
instead of writing to the mailing list and hopefully it will grow
organically.  That could also serve as good fodder for any potential
re-writes or additions to the formal manual.

Thanks!

-- 
Eric Schulte
http://cs.unm.edu/~eschulte

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: org-babel header documentation
  2013-03-26 16:23       ` John Hendy
@ 2013-03-26 16:54         ` Thomas S. Dye
  0 siblings, 0 replies; 15+ messages in thread
From: Thomas S. Dye @ 2013-03-26 16:54 UTC (permalink / raw)
  To: John Hendy; +Cc: emacs-orgmode, Eric Schulte

Aloha all,

John Hendy <jw.hendy@gmail.com> writes:
>> Hi Eric,
>>
>> thanks a lot BTW for all you've done.
>>
>> What about to have a list editable for all interested
>> w/ comments to all header args in alphabetical order?
>>
>> Might participate and write it down the way it's understood.
>> You and others may correct it on the fly.
>>
>> Maybe someone starts a headers.org in Worg?
>
> I'm happy to help with this. Will take me a bit to get to (~1wk), but
> could definitely help. I'm really trying to help more with Worg as my
> return for all the code and support others write. One problem with
> this, though, is that some of these are language specific. I ran into
> this before:
> - http://lists.gnu.org/archive/html/emacs-orgmode/2012-07/msg00260.html
>
> So... this table might be more complicated than you realize, unless
> you're only talking about system-wide arguments.
>

Another way to approach this would be two-pronged: 1) patch the Org manual
where appropriate, and 2) augment (or draft) the language-specific guides on
Worg. Most of the language guides are stubs waiting for detailed content
from users.  There are still many languages without a guide (see
http://orgmode.org/worg/org-contrib/babel/languages.html).  The template
for language guides
(http://orgmode.org/w/?p=worg.git;a=blob;f=org-contrib/babel/languages/ob-doc-template.org;hb=HEAD)
has a section for header arguments, so there is a structure in place.

All the best,
Tom

-- 
Thomas S. Dye
http://www.tsdye.com

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: org-babel header documentation
  2013-03-26 16:33       ` Eric Schulte
@ 2013-03-29 17:58         ` Eric Schulte
  2013-03-29 20:54           ` John Hendy
  0 siblings, 1 reply; 15+ messages in thread
From: Eric Schulte @ 2013-03-29 17:58 UTC (permalink / raw)
  To: Andreas Röhler; +Cc: emacs-orgmode

Eric Schulte <schulte.eric@gmail.com> writes:

> Andreas Röhler <andreas.roehler@easy-emacs.de> writes:
>
>> Am 26.03.2013 16:35, schrieb Eric Schulte:
>>> John Hendy <jw.hendy@gmail.com> writes:
>>>
>>>> On Tue, Mar 26, 2013 at 10:00 AM, Andreas Röhler
>>>> <andreas.roehler@easy-emacs.de> wrote:
>>>>> Hi all,
>>>>>
>>>>> while digging through the org-babel stuff, which is quite exiting, have some
>>>>> difficulties to grasp the functionality of different header arguments.
>>>>>
>>>>> Info 14.8 Header arguments
>>>>>
>>>>> is useful so far. Still miss an explanation the way
>>>>>
>>>>> Setting X to Y will cause....
>>>>>
>>>>> Maybe missing the right spot still?
>>>>
>>>> I tend to agree. I typically just follow the matching tutorial for
>>>> whatever language I'm using and stick to it... but I don't always
>>>> understand (like why I need =:results output graphics= in R vs. just
>>>> output). Perhaps you could inquire about a particular header setting,
>>>> someone could respond, and you could add the info to Worg somewhere
>>>> (something like a "layman's guide to header arguments")?
>>>>
>>>
>>> The evolution of the code block functionality over the years has been
>>> driven almost exclusively by this mailing list.  The best way to find
>>> the reasoning behind any particular baroque combination of header
>>> arguments is to search through the archives of this list.
>>>
>>> Sadly we don't do a good enough job of ensuring that the content
>>> generated here makes its way to Worg.  I'm certainly guilty of this
>>> myself, but there are only so many hours in the day.
>>>
>>
>> Hi Eric,
>>
>> thanks a lot BTW for all you've done.
>>
>> What about to have a list editable for all interested
>> w/ comments to all header args in alphabetical order?
>>
>> Might participate and write it down the way it's understood.
>> You and others may correct it on the fly.
>>
>> Maybe someone starts a headers.org in Worg?
>>
>> Andreas
>>
>
> I like that idea a lot.  Please start such a page, and link to it from
> one of the main Babel pages.
>

In fact such a page already exists.  I've just added the solution for
how to set language and file local default header argument values there.
If you can think of anything else of use that came from this discussion
please feel free to add them to that page.

-- 
Eric Schulte
http://cs.unm.edu/~eschulte

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: org-babel header documentation
  2013-03-29 17:58         ` Eric Schulte
@ 2013-03-29 20:54           ` John Hendy
  2013-03-29 21:13             ` Eric Schulte
  0 siblings, 1 reply; 15+ messages in thread
From: John Hendy @ 2013-03-29 20:54 UTC (permalink / raw)
  To: Eric Schulte; +Cc: emacs-orgmode

On Fri, Mar 29, 2013 at 12:58 PM, Eric Schulte <schulte.eric@gmail.com> wrote:
> Eric Schulte <schulte.eric@gmail.com> writes:
>
>> Andreas Röhler <andreas.roehler@easy-emacs.de> writes:
>>
>>> Am 26.03.2013 16:35, schrieb Eric Schulte:
>>>> John Hendy <jw.hendy@gmail.com> writes:
>>>>
>>>>> On Tue, Mar 26, 2013 at 10:00 AM, Andreas Röhler
>>>>> <andreas.roehler@easy-emacs.de> wrote:
>>>>>> Hi all,
>>>>>>
>>>>>> while digging through the org-babel stuff, which is quite exiting, have some
>>>>>> difficulties to grasp the functionality of different header arguments.
>>>>>>
>>>>>> Info 14.8 Header arguments
>>>>>>
>>>>>> is useful so far. Still miss an explanation the way
>>>>>>
>>>>>> Setting X to Y will cause....
>>>>>>
>>>>>> Maybe missing the right spot still?
>>>>>
>>>>> I tend to agree. I typically just follow the matching tutorial for
>>>>> whatever language I'm using and stick to it... but I don't always
>>>>> understand (like why I need =:results output graphics= in R vs. just
>>>>> output). Perhaps you could inquire about a particular header setting,
>>>>> someone could respond, and you could add the info to Worg somewhere
>>>>> (something like a "layman's guide to header arguments")?
>>>>>
>>>>
>>>> The evolution of the code block functionality over the years has been
>>>> driven almost exclusively by this mailing list.  The best way to find
>>>> the reasoning behind any particular baroque combination of header
>>>> arguments is to search through the archives of this list.
>>>>
>>>> Sadly we don't do a good enough job of ensuring that the content
>>>> generated here makes its way to Worg.  I'm certainly guilty of this
>>>> myself, but there are only so many hours in the day.
>>>>
>>>
>>> Hi Eric,
>>>
>>> thanks a lot BTW for all you've done.
>>>
>>> What about to have a list editable for all interested
>>> w/ comments to all header args in alphabetical order?
>>>
>>> Might participate and write it down the way it's understood.
>>> You and others may correct it on the fly.
>>>
>>> Maybe someone starts a headers.org in Worg?
>>>
>>> Andreas
>>>
>>
>> I like that idea a lot.  Please start such a page, and link to it from
>> one of the main Babel pages.
>>
>
> In fact such a page already exists.  I've just added the solution for
> how to set language and file local default header argument values there.
> If you can think of anything else of use that came from this discussion
> please feel free to add them to that page.
>

Exists on Worg? Sorry for my obtuseness, but I'm not finding it.

John

> --
> Eric Schulte
> http://cs.unm.edu/~eschulte

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: org-babel header documentation
  2013-03-29 20:54           ` John Hendy
@ 2013-03-29 21:13             ` Eric Schulte
  2013-03-30  1:54               ` Eric Abrahamsen
  0 siblings, 1 reply; 15+ messages in thread
From: Eric Schulte @ 2013-03-29 21:13 UTC (permalink / raw)
  To: John Hendy; +Cc: emacs-orgmode

>
> Exists on Worg? Sorry for my obtuseness, but I'm not finding it.
>

http://orgmode.org/worg/org-contrib/babel/header-args.html

-- 
Eric Schulte
http://cs.unm.edu/~eschulte

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: org-babel header documentation
  2013-03-29 21:13             ` Eric Schulte
@ 2013-03-30  1:54               ` Eric Abrahamsen
  2013-03-30 15:17                 ` Eric Schulte
  0 siblings, 1 reply; 15+ messages in thread
From: Eric Abrahamsen @ 2013-03-30  1:54 UTC (permalink / raw)
  To: emacs-orgmode

Eric Schulte <schulte.eric@gmail.com> writes:

>>
>> Exists on Worg? Sorry for my obtuseness, but I'm not finding it.
>>
>
> http://orgmode.org/worg/org-contrib/babel/header-args.html

Great! I just saw mention of the "wrap" header argument in another thread
but that doesn't appear on this page, could we trouble you to add it? It
would be *great* to have one canonical spot listing all the possibilities...

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: org-babel header documentation
  2013-03-30  1:54               ` Eric Abrahamsen
@ 2013-03-30 15:17                 ` Eric Schulte
  2013-03-30 22:13                   ` Charles Berry
       [not found]                   ` <87mwtkapcq.fsf-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  0 siblings, 2 replies; 15+ messages in thread
From: Eric Schulte @ 2013-03-30 15:17 UTC (permalink / raw)
  To: Eric Abrahamsen; +Cc: emacs-orgmode

Eric Abrahamsen <eric@ericabrahamsen.net> writes:

> Eric Schulte <schulte.eric@gmail.com> writes:
>
>>>
>>> Exists on Worg? Sorry for my obtuseness, but I'm not finding it.
>>>
>>
>> http://orgmode.org/worg/org-contrib/babel/header-args.html
>
> Great! I just saw mention of the "wrap" header argument in another thread
> but that doesn't appear on this page, could we trouble you to add it? It
> would be *great* to have one canonical spot listing all the possibilities...
>

I think this page is more for ancillary notes and tricks, the canonical
spot is the manual, and it does mention the wrap header argument
(apparently the preferred name is drawer).  See the following.

http://orgmode.org/manual/results.html

Cheers,

-- 
Eric Schulte
http://cs.unm.edu/~eschulte

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: org-babel header documentation
  2013-03-30 15:17                 ` Eric Schulte
@ 2013-03-30 22:13                   ` Charles Berry
  2013-03-31  0:49                     ` Eric Abrahamsen
       [not found]                   ` <87mwtkapcq.fsf-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  1 sibling, 1 reply; 15+ messages in thread
From: Charles Berry @ 2013-03-30 22:13 UTC (permalink / raw)
  To: emacs-orgmode

Eric Schulte <schulte.eric <at> gmail.com> writes:

> 
> Eric Abrahamsen <eric <at> ericabrahamsen.net> writes:
> 
[snip]
> >
> > Great! I just saw mention of the "wrap" header argument in another thread
> > but that doesn't appear on this page, could we trouble you to add it? It
> > would be *great* to have one canonical spot listing all the possibilities...
> >
> 
> I think this page is more for ancillary notes and tricks, the canonical
> spot is the manual, and it does mention the wrap header argument
> (apparently the preferred name is drawer).  See the following.
> 
> http://orgmode.org/manual/results.html

Preferred so as not to confuse 'wrap' with ':wrap', I guess.

This is the link for the :wrap header argument.

 http://orgmode.org/manual/wrap.html

HTH,

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: org-babel header documentation
  2013-03-30 22:13                   ` Charles Berry
@ 2013-03-31  0:49                     ` Eric Abrahamsen
  0 siblings, 0 replies; 15+ messages in thread
From: Eric Abrahamsen @ 2013-03-31  0:49 UTC (permalink / raw)
  To: emacs-orgmode

Charles Berry <ccberry@ucsd.edu> writes:

> Eric Schulte <schulte.eric <at> gmail.com> writes:
>
>> 
>> Eric Abrahamsen <eric <at> ericabrahamsen.net> writes:
>> 
> [snip]
>> >
>> > Great! I just saw mention of the "wrap" header argument in another thread
>> > but that doesn't appear on this page, could we trouble you to add it? It
>> > would be *great* to have one canonical spot listing all the possibilities...
>> >
>> 
>> I think this page is more for ancillary notes and tricks, the canonical
>> spot is the manual, and it does mention the wrap header argument
>> (apparently the preferred name is drawer).  See the following.
>> 
>> http://orgmode.org/manual/results.html
>
> Preferred so as not to confuse 'wrap' with ':wrap', I guess.
>
> This is the link for the :wrap header argument.
>
>  http://orgmode.org/manual/wrap.html

Aha, I see. wrap/drawer thing was confusing. I guess I just need to
experiment more.

Thanks!
E

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: org-babel header documentation
       [not found]                   ` <87mwtkapcq.fsf-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2013-04-10 20:39                     ` Sebastien Vauban
  0 siblings, 0 replies; 15+ messages in thread
From: Sebastien Vauban @ 2013-04-10 20:39 UTC (permalink / raw)
  To: emacs-orgmode-mXXj517/zsQ

Eric Schulte wrote:
> Eric Abrahamsen <eric-5ibeKGLO59aIK5dEoMBc7KxOck334EZe@public.gmane.org> writes:
>> Eric Schulte <schulte.eric-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> writes:
>>>> Exists on Worg? Sorry for my obtuseness, but I'm not finding it.
>>>
>>> http://orgmode.org/worg/org-contrib/babel/header-args.html
>>
>> Great! I just saw mention of the "wrap" header argument in another thread
>> but that doesn't appear on this page, could we trouble you to add it? It
>> would be *great* to have one canonical spot listing all the
>> possibilities...
>
> I think this page is more for ancillary notes and tricks, the canonical spot
> is the manual, and it does mention the wrap header argument (apparently the
> preferred name is drawer). See the following.
>
> http://orgmode.org/manual/results.html

To add a note:

  ╭────
  │ `:results wrap' is deprecated but still supported.
  ╰────

since Org 7.9.2.

Best regards,
  Seb

-- 
Sebastien Vauban

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2013-04-10 20:39 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-26 15:00 org-babel header documentation Andreas Röhler
2013-03-26 15:23 ` John Hendy
2013-03-26 15:35   ` Eric Schulte
2013-03-26 16:17     ` Andreas Röhler
2013-03-26 16:23       ` John Hendy
2013-03-26 16:54         ` Thomas S. Dye
2013-03-26 16:33       ` Eric Schulte
2013-03-29 17:58         ` Eric Schulte
2013-03-29 20:54           ` John Hendy
2013-03-29 21:13             ` Eric Schulte
2013-03-30  1:54               ` Eric Abrahamsen
2013-03-30 15:17                 ` Eric Schulte
2013-03-30 22:13                   ` Charles Berry
2013-03-31  0:49                     ` Eric Abrahamsen
     [not found]                   ` <87mwtkapcq.fsf-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2013-04-10 20:39                     ` Sebastien Vauban

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).