trying to fix

This commit is contained in:
Chris Cochrun 2022-01-03 12:41:35 -06:00
parent fa407dfeb6
commit e013d7569e
22945 changed files with 447936 additions and 0 deletions

View file

@ -0,0 +1 @@
<!-- 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>