doomemacs/modules
Henrik Lissner bf8495b412 fix(org): epdfinfo error when storing/exporting links
Here's the problem:

1. Org's link system unconditionally calls *all* link :store handlers
   when you call `org-store-link`, and all :export handlers when you
   export an Org file.
2. The org-pdftools package works by defining a custom pdf: link with
   custom :store and :export handlers.
3. Those handlers do not perform error handling before using pdftool's
   API.
4. pdf-tools fails loudly and ungracefully with a
   "pdf-info-epdfinfo-program is not executable" error when its API is
   used and epdfinfo isn't installed.

TL;DR org-pdftools effectively breaks storing/exporting in org-mode
until pdf-tools-install is executed to install epdfinfo. This is awful
UX, so let's suppress the error.
2021-08-22 01:41:26 -04:00
..
app completion/selectrum -> completion/vertico, part 3 2021-07-25 02:52:04 +03:00
checkers refactor: rename orig-fn arg in advice to fn 2021-08-04 01:53:12 -04:00
completion fix(vertico): +vertico/jump-list failing to jump 2021-08-21 03:29:13 -04:00
config fix(default): don't override S-RET/C-j in occur buffers 2021-08-16 17:16:30 -04:00
editor fix(file-templates): github user in elisp packages 2021-08-16 11:36:09 -04:00
emacs refactor: rename orig-fn arg in advice to fn 2021-08-04 01:53:12 -04:00
email docs(mu4e): minor readme fixes 2021-08-06 03:16:52 -04:00
input completion/selectrum -> completion/vertico, part 2 2021-07-25 02:51:15 +03:00
lang fix(org): epdfinfo error when storing/exporting links 2021-08-22 01:41:26 -04:00
os Drop Emacs 26.x support 2021-07-06 02:31:52 -04:00
term Merge pull request #5159 from Zetagon/develop 2021-07-08 18:09:54 -04:00
tools bump: :tools lsp debugger 2021-08-10 17:10:42 -04:00
ui refactor(doom-quit): distinguish flavor text in quit prompts 2021-08-16 15:01:22 -04:00