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---
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
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
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
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 ->