1 line
1.3 KiB
Plaintext
1 line
1.3 KiB
Plaintext
<!-- 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>Symbol’s 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 'org-babel-load-languages '((dot . t) (emacs-lisp . t))) (require 'cl) </code></pre> <p>I get:</p> <pre><code>Symbol’s 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 -->   submitted by   <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>   <span><a href="https://www.reddit.com/r/orgmode/comments/q80kog/flowcharts_in_org_mode_help_needed/">[comments]</a></span> |