Bump org-mode, org-download, org-re-reveal, org-journal, ox-hugo
emacs-straight/org-mode@cd1014a -> emacs-straight/org-mode@ec6d01f abo-abo/org-download@aad18ae -> abo-abo/org-download@7040188 oer/org-re-reveal@29bc467 -> oer/org-re-reveal@14df754 bastibe/org-journal@cf0f153 -> bastibe/org-journal@128f053 kaushalmodi/ox-hugo@0530645 -> kaushalmodi/ox-hugo@a80b250 Fixes #2499
This commit is contained in:
parent
fba3c83403
commit
6d8d8a3d42
1 changed files with 5 additions and 5 deletions
|
@ -27,7 +27,7 @@
|
|||
:recipe (:host github
|
||||
:repo "emacs-straight/org-mode"
|
||||
:files ("*.el" "lisp/*.el" "contrib/lisp/*.el"))
|
||||
:pin "cd1014a75a")
|
||||
:pin "ec6d01fd49")
|
||||
;; ...And prevent other packages from pulling org; org-plus-contrib satisfies
|
||||
;; the dependency already: https://github.com/raxod502/straight.el/issues/352
|
||||
(package! org :recipe (:local-repo nil))
|
||||
|
@ -56,7 +56,7 @@
|
|||
(when (featurep! +brain)
|
||||
(package! org-brain :pin "8cb2efc860"))
|
||||
(when (featurep! +dragndrop)
|
||||
(package! org-download :pin "aad18aecef"))
|
||||
(package! org-download :pin "70401884e9"))
|
||||
(when (featurep! +gnuplot)
|
||||
(package! gnuplot :pin "a406143d52")
|
||||
(package! gnuplot-mode :pin "601f639298"))
|
||||
|
@ -71,9 +71,9 @@
|
|||
:recipe (:host github :repo "anler/centered-window-mode")
|
||||
:pin "24f7c5be9d")
|
||||
(package! org-tree-slide :pin "7bf09a02bd")
|
||||
(package! org-re-reveal :pin "29bc467201"))
|
||||
(package! org-re-reveal :pin "14df7542f2"))
|
||||
(when (featurep! +journal)
|
||||
(package! org-journal :pin "cf0f15386f"))
|
||||
(package! org-journal :pin "128f0533a7"))
|
||||
|
||||
;;; Babel
|
||||
(package! ob-async :pin "80a30b96a0")
|
||||
|
@ -100,6 +100,6 @@
|
|||
(when (featurep! +hugo)
|
||||
(package! ox-hugo
|
||||
:recipe (:host github :repo "kaushalmodi/ox-hugo" :nonrecursive t)
|
||||
:pin "0530645d73"))
|
||||
:pin "a80b250987"))
|
||||
(when (featurep! :lang rst)
|
||||
(package! ox-rst :pin "9158bfd180"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue