regcl wrote:
> Thank you for your earlier comments. In order to adjust the scaling of
> a graphic generated by a R source block I am doing this ...
>
> ** adjusting scaling of a figure generated from source
>
> #+begin_src R :results graphics silent :file foo2.pdf :exports results
> plot(c(1:10
Hello,
regcl writes:
> Thank you for your earlier comments. In order to adjust the scaling of
> a graphic generated by a R source block I am doing this ...
>
> ** adjusting scaling of a figure generated from source
> #+begin_src R :results graphics silent :file foo2.pdf :exports results
> pl
Hi Nicolas,
Thank you for your earlier comments. In order to adjust the scaling of
a graphic generated by a R source block I am doing this ...
** adjusting scaling of a figure generated from source
#+begin_src R :results graphics silent :file foo2.pdf :exports results
plot(c(1:10), c(10:1))
Nicolas Goaziou writes:
> Hello,
>
> regcl writes:
>
>> So I am understanding from your answer that attribues only "modify" the
>> next immediate "thing" in the .org document, and do not persist, so to
>> speak.
>
> "things" are called "elements" in Org lingo and "attributes" are called
> "affil
Nicolas Goaziou writes:
> Hello,
>
> regcl writes:
>
>> When I try to control the width of the image produced by
>> included graphviz (DOT) code like so ...
>>
>> #+ATTR_HTML: :width 300
>> #+INCLUDE: gnus.dot SRC dot :file gnus.png :exports results
>>
>> ... width is not controlled.
>
> Here t
Hello,
regcl writes:
> So I am understanding from your answer that attribues only "modify" the
> next immediate "thing" in the .org document, and do not persist, so to
> speak.
"things" are called "elements" in Org lingo and "attributes" are called
"affiliated keywords". So, yes, affiliated key
Hello,
regcl writes:
> When I try to control the width of the image produced by
> included graphviz (DOT) code like so ...
>
> #+ATTR_HTML: :width 300
> #+INCLUDE: gnus.dot SRC dot :file gnus.png :exports results
>
> ... width is not controlled.
Here the HTML attribute applies to the INCLUDE k
When I try to control the width of the image produced by
included graphviz (DOT) code like so ...
#+ATTR_HTML: :width 300
#+INCLUDE: gnus.dot SRC dot :file gnus.png :exports results
... width is not controlled.
This works ...
#+INCLUDE: "gnus.dot" SRC dot :file gnus.png :exports none
#+ATTR_