Henrik Lissner 2020-03-06 15:39:01 -05:00
parent 4170b72d91
commit 571c87b37e
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -27,7 +27,7 @@
:recipe (:host github
:repo "emacs-straight/org-mode"
:files ("*.el" "lisp/*.el" "contrib/lisp/*.el"))
:pin "30d0b6e1f6")
:pin "0a8faecb7f")
;; ...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))
@ -41,7 +41,7 @@
:recipe (:host github :repo "TobiasZawada/org-yt")
:pin "40cc1ac76d")
(package! ox-clip :pin "bd36f9fb4e")
(package! toc-org :pin "379b457fcf")
(package! toc-org :pin "5deaec41ed")
(package! org-cliplink :pin "82402cae7e")
(when (featurep! :editor evil +everywhere)
@ -53,7 +53,7 @@
(when (featurep! :tools magit)
(package! orgit :pin "e7cddf39e3"))
(when (featurep! +brain)
(package! org-brain :pin "a0625854df"))
(package! org-brain :pin "6b7fced801"))
(when (featurep! +dragndrop)
(package! org-download :pin "3c48102793"))
(when (featurep! +gnuplot)
@ -62,7 +62,7 @@
(when (featurep! +ipython) ; DEPRECATED
(package! ob-ipython :pin "7147455230"))
(when (featurep! +jupyter)
(package! jupyter :pin "9e3c163358"))
(package! jupyter :pin "d4b06c54d3"))
(when (featurep! +pomodoro)
(package! org-pomodoro :pin "aa07c11318"))
(when (featurep! +present)
@ -70,9 +70,9 @@
:recipe (:host github :repo "anler/centered-window-mode")
:pin "24f7c5be9d")
(package! org-tree-slide :pin "7bf09a02bd")
(package! ox-reveal :pin "aafedfd805"))
(package! ox-reveal :pin "0d947cbce6"))
(when (featurep! +journal)
(package! org-journal :pin "dc120bf42a"))
(package! org-journal :pin "9d40f6260c"))
;;; Babel
(package! ob-async :pin "80a30b96a0")
@ -99,6 +99,6 @@
(when (featurep! +hugo)
(package! ox-hugo
:recipe (:host github :repo "kaushalmodi/ox-hugo" :nonrecursive t)
:pin "16f1b0c9a9"))
:pin "1c1e3ec467"))
(when (featurep! :lang rst)
(package! ox-rst :pin "9158bfd180"))