doomemacs/modules/lang/org/autoload
Henrik Lissner 9ab49be564
Fix "fatal: no names found" errors on 'doom rebuild'
Some packages that depend on org (like elfeed) will load the built-in
org early in the rebuild/package install process, which causes org to
define org-release and org-git-version, sometimes overwriting our stubs
for it. Without our hack, org call 'git describe' in the org repo in an
attempt to determine the installed version, which won't work in a sparse
clone. To ensure future definitions never overwrite ours, we advise them
as well.

Also moves magit-version hack to its autoload file, for consistency with
org's hacks.
2019-08-07 16:31:45 -04:00
..
contrib-dragndrop.el 💥 lang/org: conform to new name conventions 2019-07-22 02:30:38 +02:00
contrib-ipython.el 💥 lang/org: conform to new name conventions 2019-07-22 02:30:38 +02:00
contrib-present.el 💥 lang/org: conform to new name conventions 2019-07-22 02:30:38 +02:00
org-attach.el lang/org: refactor contrib modules 2019-07-09 22:44:51 +02:00
org-capture.el 💥 lang/org: conform to new name conventions 2019-07-22 02:30:38 +02:00
org-export.el lang/org: major refactor 2019-06-28 17:28:28 +02:00
org-link.el lang/org: correct paths in comment headers 2019-07-27 17:06:55 +02:00
org.el Fix "fatal: no names found" errors on 'doom rebuild' 2019-08-07 16:31:45 -04:00
tables.el lang/org: correct paths in comment headers 2019-07-27 17:06:55 +02:00