Re: [O] controling width of graphviz source block result

2014-06-17 Thread Sebastien Vauban
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),

Re: [O] controling width of graphviz source block result

2014-06-14 Thread Nicolas Goaziou
Hello, regcl re...@channing.harvard.edu 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

Re: [O] controling width of graphviz source block result

2014-06-12 Thread regcl
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))

Re: [O] controling width of graphviz source block result

2014-02-22 Thread Nicolas Goaziou
Hello, regcl re...@channing.harvard.edu 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,

Re: [O] controling width of graphviz source block result

2014-02-22 Thread regcl
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, regcl re...@channing.harvard.edu 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

Re: [O] controling width of graphviz source block result

2014-02-22 Thread regcl
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, regcl re...@channing.harvard.edu 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

[O] controling width of graphviz source block result

2014-02-21 Thread regcl
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

Re: [O] controling width of graphviz source block result

2014-02-21 Thread Nicolas Goaziou
Hello, regcl re...@channing.harvard.edu 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