John Hendy | 9 Jul 2012 23:08
Picon

Manual does not list :results output graphics as babel header arg

I have typically outputted graphics from R via tikzDevice manually,
but gave my first whirl to just including things via the :file
argument in my block header. In the process, I was trying to get this
to work and found I needed to use:

-----
:results output graphics
-----

This is listed on Worg ob-R-doc:
- http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-R.html#sec-4-3

But I didn't originally know about it, as it's not a listed header
argument in the manual, which is where I check since they're all
listed in one place:
- http://orgmode.org/manual/results.html#results

Does the manual only list universal babel header arguments and R is in
a subset of ones using =:results output graphics= or should it be
there?

John

Thomas S. Dye | 10 Jul 2012 02:35
Gravatar

Re: Manual does not list :results output graphics as babel header arg

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

> I have typically outputted graphics from R via tikzDevice manually,
> but gave my first whirl to just including things via the :file
> argument in my block header. In the process, I was trying to get this
> to work and found I needed to use:
>
> -----
> :results output graphics
> -----
>
> This is listed on Worg ob-R-doc:
> - http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-R.html#sec-4-3
>
> But I didn't originally know about it, as it's not a listed header
> argument in the manual, which is where I check since they're all
> listed in one place:
> - http://orgmode.org/manual/results.html#results
>
> Does the manual only list universal babel header arguments and R is in
> a subset of ones using =:results output graphics= or should it be
> there?
>

Hi John,

The babel header arguments are implemented at two levels.  

There are general babel arguments that apply to all the supported
languages.  These are described in the manual.
(Continue reading)

John Hendy | 10 Jul 2012 06:13
Picon

Re: Manual does not list :results output graphics as babel header arg

On Mon, Jul 9, 2012 at 7:35 PM, Thomas S. Dye <tsd <at> tsdye.com> wrote:
> John Hendy <jw.hendy <at> gmail.com> writes:
>
>> I have typically outputted graphics from R via tikzDevice manually,
>> but gave my first whirl to just including things via the :file
>> argument in my block header. In the process, I was trying to get this
>> to work and found I needed to use:
>>
>> -----
>> :results output graphics
>> -----
>>
>> This is listed on Worg ob-R-doc:
>> - http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-R.html#sec-4-3
>>
>> But I didn't originally know about it, as it's not a listed header
>> argument in the manual, which is where I check since they're all
>> listed in one place:
>> - http://orgmode.org/manual/results.html#results
>>
>> Does the manual only list universal babel header arguments and R is in
>> a subset of ones using =:results output graphics= or should it be
>> there?
>>
>
> Hi John,
>
> The babel header arguments are implemented at two levels.
>
> There are general babel arguments that apply to all the supported
(Continue reading)

Thomas S. Dye | 10 Jul 2012 17:19
Gravatar

Re: Manual does not list :results output graphics as babel header arg

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

> On Mon, Jul 9, 2012 at 7:35 PM, Thomas S. Dye <tsd <at> tsdye.com> wrote:
>> John Hendy <jw.hendy <at> gmail.com> writes:
>>
>>> I have typically outputted graphics from R via tikzDevice manually,
>>> but gave my first whirl to just including things via the :file
>>> argument in my block header. In the process, I was trying to get this
>>> to work and found I needed to use:
>>>
>>> -----
>>> :results output graphics
>>> -----
>>>
>>> This is listed on Worg ob-R-doc:
>>> - http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-R.html#sec-4-3
>>>
>>> But I didn't originally know about it, as it's not a listed header
>>> argument in the manual, which is where I check since they're all
>>> listed in one place:
>>> - http://orgmode.org/manual/results.html#results
>>>
>>> Does the manual only list universal babel header arguments and R is in
>>> a subset of ones using =:results output graphics= or should it be
>>> there?
>>>
>>
>> Hi John,
>>
>> The babel header arguments are implemented at two levels.
(Continue reading)

John Hendy | 10 Jul 2012 18:03
Picon

Re: Manual does not list :results output graphics as babel header arg

On Tue, Jul 10, 2012 at 10:19 AM, Thomas S. Dye <tsd <at> tsdye.com> wrote:
> John Hendy <jw.hendy <at> gmail.com> writes:
>
>> On Mon, Jul 9, 2012 at 7:35 PM, Thomas S. Dye <tsd <at> tsdye.com> wrote:
>>> John Hendy <jw.hendy <at> gmail.com> writes:
>>>
>>>> I have typically outputted graphics from R via tikzDevice manually,
>>>> but gave my first whirl to just including things via the :file
>>>> argument in my block header. In the process, I was trying to get this
>>>> to work and found I needed to use:
>>>>
>>>> -----
>>>> :results output graphics
>>>> -----
>>>>
>>>> This is listed on Worg ob-R-doc:
>>>> - http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-R.html#sec-4-3
>>>>
>>>> But I didn't originally know about it, as it's not a listed header
>>>> argument in the manual, which is where I check since they're all
>>>> listed in one place:
>>>> - http://orgmode.org/manual/results.html#results
>>>>
>>>> Does the manual only list universal babel header arguments and R is in
>>>> a subset of ones using =:results output graphics= or should it be
>>>> there?
>>>>
>>>
>>> Hi John,
>>>
(Continue reading)

Thomas S. Dye | 10 Jul 2012 19:17
Gravatar

[PATCH] Re: Manual does not list :results output graphics as babel header arg

Aloha all,

The attached patch changes the link to the languages supported by babel
from a directory listing to the Worg page that uses a table to link to
the language-specific documentation pages.  It was suggested by John
Hendy.

All the best,
Tom


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

> On Tue, Jul 10, 2012 at 10:19 AM, Thomas S. Dye <tsd <at> tsdye.com> wrote:
>> John Hendy <jw.hendy <at> gmail.com> writes:
>>
>>> On Mon, Jul 9, 2012 at 7:35 PM, Thomas S. Dye <tsd <at> tsdye.com> wrote:
>>>> John Hendy <jw.hendy <at> gmail.com> writes:
>>>>
>>>>> I have typically outputted graphics from R via tikzDevice manually,
>>>>> but gave my first whirl to just including things via the :file
>>>>> argument in my block header. In the process, I was trying to get this
>>>>> to work and found I needed to use:
>>>>>
>>>>> -----
>>>>> :results output graphics
>>>>> -----
(Continue reading)

Bastien Guerry | 10 Jul 2012 21:34
Gravatar

[Accepted] Re: Manual does not list :results output graphics as babel header arg

Patch 1363 (http://patchwork.newartisans.com/patch/1363/) is now "Accepted".

Maintainer comment: none

This relates to the following submission:

http://mid.gmane.org/%3Cm1obnnk036.fsf_-_%40tsdye.com%3E

Here is the original message containing the patch:

> Content-Type: text/plain; charset="utf-8"
> MIME-Version: 1.0
> Content-Transfer-Encoding: 7bit
> Subject: [O] Re: Manual does not list :results output graphics as babel header
> 	arg
> Date: Tue, 10 Jul 2012 22:17:01 -0000
> From: Thomas S. Dye <tsd <at> tsdye.com>
> X-Patchwork-Id: 1363
> Message-Id: <m1obnnk036.fsf_-_ <at> tsdye.com>
> To: John Hendy <jw.hendy <at> gmail.com>
> Cc: emacs-orgmode <emacs-orgmode <at> gnu.org>
> 
> Aloha all,
> 
> The attached patch changes the link to the languages supported by babel
> from a directory listing to the Worg page that uses a table to link to
> the language-specific documentation pages.  It was suggested by John
> Hendy.
> 
> All the best,
(Continue reading)


Gmane