1 line
2 KiB
Plaintext
1 line
2 KiB
Plaintext
<!-- SC_OFF --><div class="md"><p>Just today I startted getting the following errors after using straight to pull the most recent version of org.</p> <p><code>Error (use-package): org/:config: Symbol’s function definition is void: org-element-cache-reset [2 times]</code></p> <p><code>Error (use-package): evil-embrace/:catch: Symbol’s value as variable is void: org-org-menu</code></p> <p><code>WARNING: No org-loaddefs.el file could be found from where org.el is loaded.</code></p> <p><code>You need to run "make" or "make autoloads" from Org lisp directory</code></p> <p>The only notable parts of my config related to installing org are as follows:</p> <pre><code>(require 'package) (setq package-archives '(("gnu" . "https://elpa.gnu.org/packages/") ("melpa" . "https://melpa.org/packages/") ("nongnu" . "https://elpa.nongnu.org/nongnu/"))) </code></pre> <p>and</p> <pre><code>(straight-use-package 'org) (straight-use-package '(org-contrib :type git :host github :repo "emacsmirror/org-contrib")) </code></pre> <p>I Know there have been some recent changes with org mode installation and I have seen some posts here but I have gotten confused and can't seem to figure out what I am doing wrong. Notably, I have not changed anything in my config lately that I would imaging would have anything to do with installing org....</p> <p>​</p> <p>EDIT: I take it back. </p> <p>I did recently add </p> <p><code>:hook (org-mode . turn-on-org-cdlatex)</code></p> <p>and removing that line does seem to fix things but I have no idea why. </p> <p>Any help would be most appreciated.</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/JustinSilverman"> /u/JustinSilverman </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/rahh0g/new_errors_with_installing_org/">[link]</a></span>   <span><a href="https://www.reddit.com/r/emacs/comments/rahh0g/new_errors_with_installing_org/">[comments]</a></span> |