Bump org-mode

emacs-straight/org-mode@6c75b00 <- emacs-straight/org-mode@e2bb605

Fixes #4087, caused by upstream breakage in org-capture.
This commit is contained in:
Henrik Lissner 2020-10-13 14:28:36 -04:00
parent aedb7742d3
commit 8d2a430693
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -21,7 +21,7 @@
:recipe (:host github
:repo "emacs-straight/org-mode"
:files ("*.el" "lisp/*.el" "contrib/lisp/*.el"))
:pin "e2bb60581b489f92c9f2479994d484d2104968db"
:pin "6c75b002172b26b5592a3076ef0bd3e9a37e73ce"
;; Prevents built-in Org from sneaking into the byte-compilation of
;; `org-plus-contrib', and inform other packages that `org-mode' satisfies the
;; `org' dependency: https://github.com/raxod502/straight.el/issues/352