Re: [O] Export attributes for babel blocks

2017-10-02 Thread Juan Amiguet
Eric, Thanks a lot for your answer it works with the following updates --8<---cut here---start->8--- #+begin_src dot :file test.png digraph test { A -> B } #+end_src #+attr_latex: :width .5\linewidth #+RESULTS: [[file:test.png]] --8<---cut here---

Re: [O] Export attributes for babel blocks

2017-10-02 Thread Eric S Fraga
On Monday, 2 Oct 2017 at 08:46, Juan Amiguet wrote: > Dear all, > > I have been having this issue for quite a while perhaps I am using the > feature wrong and someone can enlighten me or perhaps someone can point me > at the bit of code I can patch it myself. > Here is the issue: > > I have a babe

Re: [O] Export attributes for babel blocks

2017-10-02 Thread Juan Amiguet
Thomas thank you for your answer, I was thinking more of how to modify babel so that it would generate the results block with the relevant exporter attribute parameters so that it play nicely. That is, the results block contains the directive it needs at the moment the #+results block is bare and

Re: [O] Export attributes for babel blocks

2017-10-02 Thread Thomas S. Dye
Aloha Juan Amiguet, Juan Amiguet writes: > Dear all, > > I have been having this issue for quite a while perhaps I am using the > feature wrong and someone can enlighten me or perhaps someone can point me > at the bit of code I can patch it myself. > Here is the issue: > > I have a babel block su

[O] Export attributes for babel blocks

2017-10-01 Thread Juan Amiguet
Dear all, I have been having this issue for quite a while perhaps I am using the feature wrong and someone can enlighten me or perhaps someone can point me at the bit of code I can patch it myself. Here is the issue: I have a babel block such as #+begin_src dot :file test.png digraph test { A ->