Bump :lang org
Kungsgeten/org-brain@ec4bd9d -> Kungsgeten/org-brain@3630eb8 abo-abo/org-download@b96fd7b -> abo-abo/org-download@46417e2 bastibe/org-journal@664c08e -> bastibe/org-journal@8a844de dzop/emacs-jupyter@587ed4e -> dzop/emacs-jupyter@97c421a emacs-straight/org-mode@b993576 -> emacs-straight/org-mode@0fadd06 jethrokuan/org-roam@6e97003 -> jethrokuan/org-roam@a71176e kaushalmodi/ox-hugo@1c1e3ec -> kaushalmodi/ox-hugo@b6f4142 magit/orgit@e7cddf3 -> magit/orgit@0242088 oer/org-re-reveal@e4460a9 -> oer/org-re-reveal@61549f4
This commit is contained in:
parent
c23f00b9ca
commit
de330376f0
1 changed files with 9 additions and 9 deletions
|
@ -27,7 +27,7 @@
|
|||
:recipe (:host github
|
||||
:repo "emacs-straight/org-mode"
|
||||
:files ("*.el" "lisp/*.el" "contrib/lisp/*.el"))
|
||||
:pin "b9935765f7")
|
||||
:pin "0fadd06b72")
|
||||
;; ...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))
|
||||
|
@ -49,20 +49,20 @@
|
|||
(when (featurep! :tools pdf)
|
||||
(package! org-pdftools :pin "4f22e13e06"))
|
||||
(when (featurep! :tools magit)
|
||||
(package! orgit :pin "e7cddf39e3"))
|
||||
(package! orgit :pin "0242088fb2"))
|
||||
(when (featurep! +brain)
|
||||
(package! org-brain :pin "ec4bd9dd29"))
|
||||
(package! org-brain :pin "3630eb88a3"))
|
||||
(when (featurep! +dragndrop)
|
||||
(package! org-download :pin "b96fd7ba02"))
|
||||
(package! org-download :pin "46417e2bd3"))
|
||||
(when (featurep! +gnuplot)
|
||||
(package! gnuplot :pin "f0001c3001")
|
||||
(package! gnuplot-mode :pin "601f639298"))
|
||||
(when (featurep! +ipython) ; DEPRECATED
|
||||
(package! ob-ipython :pin "7147455230"))
|
||||
(when (featurep! +jupyter)
|
||||
(package! jupyter :pin "587ed4e029"))
|
||||
(package! jupyter :pin "97c421a698"))
|
||||
(when (featurep! +journal)
|
||||
(package! org-journal :pin "664c08e12c"))
|
||||
(package! org-journal :pin "8a844deeb7"))
|
||||
(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! org-re-reveal :pin "e4460a98b6"))
|
||||
(package! org-re-reveal :pin "61549f4c00"))
|
||||
(when (featurep! +roam)
|
||||
(package! org-roam :pin "6e97003967")
|
||||
(package! org-roam :pin "a71176ee40")
|
||||
(when (featurep! :completion company)
|
||||
(package! company-org-roam :pin "0913d86f16")))
|
||||
|
||||
|
@ -103,6 +103,6 @@
|
|||
(when (featurep! +hugo)
|
||||
(package! ox-hugo
|
||||
:recipe (:host github :repo "kaushalmodi/ox-hugo" :nonrecursive t)
|
||||
:pin "1c1e3ec467"))
|
||||
:pin "b6f4142de2"))
|
||||
(when (featurep! :lang rst)
|
||||
(package! ox-rst :pin "9158bfd180"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue