From 8d2a430693a7d20023341105f3919f487f7f6249 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 13 Oct 2020 14:28:36 -0400 Subject: [PATCH] Bump org-mode emacs-straight/org-mode@6c75b00 <- emacs-straight/org-mode@e2bb605 Fixes #4087, caused by upstream breakage in org-capture. --- modules/lang/org/packages.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/lang/org/packages.el b/modules/lang/org/packages.el index b46f36501..6b9855c45 100644 --- a/modules/lang/org/packages.el +++ b/modules/lang/org/packages.el @@ -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