emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Bug: Org Bable: Set R-specific buffer-wide graphics headers == n


From: John Hendy
Subject: Re: [O] Bug: Org Bable: Set R-specific buffer-wide graphics headers == no R src block eval [8.2.10 (8.2.10-1-g8b63dc-elpa @ /home/user/.emacs.d/elpa/org-20141027/)]
Date: Sun, 2 Nov 2014 16:58:20 -0600

On Sun, Nov 2, 2014 at 4:55 PM, Nicolas Goaziou <address@hidden> wrote:
> Hello,
>
> John Hendy <address@hidden> writes:
>
>> It's up to someone else regarding whether or not the #+property
>> behavior is desired. I wondered what two subsequent #+options lines
>> would do, for example, and they appear to be cumulative. For example:
>>
>> #+options:  toc:nil
>> #+options: num:nil
>>
>> Yielded both results even though the default contains both. An analog
>> would have been for my document to retain a toc but with no section
>> numbers. So, *something's* different between how these behave.
>
> See
>
>   (info "(org) Property syntax")
>
> in particular, the "var+" syntax.

Awesome! Indeed, myq, this works, for reference:

#+PROPERTY: header-args:R :exports results
#+PROPERTY: header-args   :results output graphics
#+PROPERTY: header-args:R+ :width 800

Also, don't forget to =C-c C-c= on these arguments (just one of them
in your preamble) to make sure they're updated before trying another
export. (Only mentioning this as I often forget and then think
something didn't work...)


John

>
>
> Regards,
>
> --
> Nicolas Goaziou



reply via email to

[Prev in Thread] Current Thread [Next in Thread]