Bump :lang org
emacs-straight/org-mode@30d0b6e -> emacs-straight/org-mode@0a8faec snosov1/toc-org@379b457 -> snosov1/toc-org@5deaec4 Kungsgeten/org-brain@a062585 -> Kungsgeten/org-brain@6b7fced dzop/emacs-jupyter@9e3c163 -> dzop/emacs-jupyter@d4b06c5 yjwen/org-reveal@aafedfd -> yjwen/org-reveal@0d947cb bastibe/org-journal@dc120bf -> bastibe/org-journal@9d40f62 kaushalmodi/ox-hugo@16f1b0c -> kaushalmodi/ox-hugo@1c1e3ec
This commit is contained in:
parent
4170b72d91
commit
571c87b37e
1 changed files with 7 additions and 7 deletions
|
@ -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"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue