emacs/var/elfeed/db/data/2f/2f81d3e2b57659f9978810f61b77351970e52c02
2022-01-03 12:49:32 -06:00

1 line
2 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>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: Symbols function definition is void: org-element-cache-reset [2 times]</code></p> <p><code>Error (use-package): evil-embrace/:catch: Symbols 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 &quot;make&quot; or &quot;make autoloads&quot; 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 &#39;package) (setq package-archives &#39;((&quot;gnu&quot; . &quot;https://elpa.gnu.org/packages/&quot;) (&quot;melpa&quot; . &quot;https://melpa.org/packages/&quot;) (&quot;nongnu&quot; . &quot;https://elpa.nongnu.org/nongnu/&quot;))) </code></pre> <p>and</p> <pre><code>(straight-use-package &#39;org) (straight-use-package &#39;(org-contrib :type git :host github :repo &quot;emacsmirror/org-contrib&quot;)) </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&#39;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>&#x200B;</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 --> &#32; submitted by &#32; <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> &#32; <span><a href="https://www.reddit.com/r/emacs/comments/rahh0g/new_errors_with_installing_org/">[comments]</a></span>