[O] bug#26467: 25.2; [Org mode] Call dot babel from elisp generate invalid image

2018-07-07 Thread Nicolas Goaziou
Nicolas Goaziou writes: > I can achieve the desired effect with: > > #+name: nodes > | From | To | Weight | > |--++| > | A| B | 3 | > | A| C | 2 | > | B| D | 4 | > | B| E | 5 | > | C| F | 10 | > >

[O] bug#26467: 25.2; [Org mode] Call dot babel from elisp generate invalid image

2018-04-15 Thread Nicolas Goaziou
Hello, wang jinjian writes: > Use case is call dot babel from elisp code block. refer to > http://orgmode.org/worg/org-tutorials/org-dot-diagrams.html > > Below is a more minimal example: > > #+NAME: nodes > | From | To | Weight | > > |--++| > | A| B |

[O] bug#26467: 25.2; [Org mode] Call dot babel from elisp generate invalid image

2017-04-12 Thread Glenn Morris
Reassigned to org-mode. wang jinjian wrote: > Use case is call dot babel from elisp code block. refer to > http://orgmode.org/worg/org-tutorials/org-dot-diagrams.html > > Below is a more minimal example: > > #+NAME: nodes > | From | To | Weight | > |--++| > | A| B | 3