Hey all, emacs noob here. I am trying to add a flowchart to my org-mode doc. I am following this guide: https://orgmode.org/worg/org-tutorials/org-dot-diagrams.html however it does not work for me.
Software:
- 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)
The error I get is:
Symbol’s function definition is void: org-babel-execute:dot
If I add to my initialization file
(org-babel-do-load-languages 'org-babel-load-languages '((dot . t) (emacs-lisp . t))) (require 'cl)
I get:
Symbol’s value as variable is void: params
Any Idea how to move forward? Im thinking the documentation is out of date or not for the versions I have :(