emacs/var/elfeed/db/data/7a/7a15b27560841f72fb4b775401d6d1fd6286775a
2022-01-03 12:49:32 -06:00

1 line
1.3 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!-- SC_OFF --><div class="md"><p>Hey all, emacs noob here. I am trying to add a flowchart to my org-mode doc. I am following this guide: <a href="https://orgmode.org/worg/org-tutorials/org-dot-diagrams.html">https://orgmode.org/worg/org-tutorials/org-dot-diagrams.html</a> however it does not work for me.</p> <p>Software:</p> <pre><code>- OS: MacOS 11.6 - emacs: GNU Emacs 27.2 via brew - dot: dot - graphviz version 2.49.1 (20210923.0004) - pdftex: pdfTeX 3.141592653-2.6-1.40.22 (TeX Live 2021) </code></pre> <p>The error I get is:</p> <pre><code>Symbols function definition is void: org-babel-execute:dot </code></pre> <p>If I add to my initialization file</p> <pre><code>(org-babel-do-load-languages &#39;org-babel-load-languages &#39;((dot . t) (emacs-lisp . t))) (require &#39;cl) </code></pre> <p>I get:</p> <pre><code>Symbols value as variable is void: params </code></pre> <p>Any Idea how to move forward? Im thinking the documentation is out of date or not for the versions I have :(</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/av-annonch"> /u/av-annonch </a> <br/> <span><a href="https://www.reddit.com/r/orgmode/comments/q80kog/flowcharts_in_org_mode_help_needed/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/orgmode/comments/q80kog/flowcharts_in_org_mode_help_needed/">[comments]</a></span>