bump: :lang org
awth13/org-appear@a1aa8496f2 -> awth13/org-appear@a4d10fc346 emacs-straight/org-mode@27edae8ced -> emacs-straight/org-mode@0c9b30e961 emacsmirror/org-contrib@0231706232 -> emacsmirror/org-contrib@e318392177 emacsorphanage/ox-pandoc@e76324ecf1 -> emacsorphanage/ox-pandoc@eda1f21fd5 hakimel/reveal.js@c79f4b5a4f -> hakimel/reveal.js@a9277f9d46 kaushalmodi/ox-hugo@3442d8cf1f -> kaushalmodi/ox-hugo@88e6068190 nnicandro/emacs-jupyter@162d047e62 -> nnicandro/emacs-jupyter@df343af5e9 Close: #5887 Co-authored-by: iyefrat <iyefrat@users.noreply.github.com>
This commit is contained in:
parent
5535457229
commit
cc73c2f75e
1 changed files with 7 additions and 7 deletions
|
@ -27,11 +27,11 @@
|
||||||
(format "(defun org-git-version (&rest _) \"%s-??-%s\")\n"
|
(format "(defun org-git-version (&rest _) \"%s-??-%s\")\n"
|
||||||
version (cdr (doom-call-process "git" "rev-parse" "--short" "HEAD")))
|
version (cdr (doom-call-process "git" "rev-parse" "--short" "HEAD")))
|
||||||
"(provide 'org-version)\n"))))
|
"(provide 'org-version)\n"))))
|
||||||
:pin "27edae8cedd1fc793acb8ff34e478762a330e867")
|
:pin "0c9b30e961ac7a20eb2e8985ab686c6940e79ef3")
|
||||||
(package! org-contrib
|
(package! org-contrib
|
||||||
:recipe (:host github
|
:recipe (:host github
|
||||||
:repo "emacsmirror/org-contrib")
|
:repo "emacsmirror/org-contrib")
|
||||||
:pin "0231706232f29034b941d317c0700506ecccb4af")
|
:pin "e3183921779eb4f36a2170ebb58e43eb0e84a07e")
|
||||||
|
|
||||||
(package! avy)
|
(package! avy)
|
||||||
(package! htmlize :pin "dd27bc3f26efd728f2b1f01f9e4ac4f61f2ffbf9")
|
(package! htmlize :pin "dd27bc3f26efd728f2b1f01f9e4ac4f61f2ffbf9")
|
||||||
|
@ -62,7 +62,7 @@
|
||||||
(when (featurep! +ipython) ; DEPRECATED
|
(when (featurep! +ipython) ; DEPRECATED
|
||||||
(package! ob-ipython :pin "7147455230841744fb5b95dcbe03320313a77124"))
|
(package! ob-ipython :pin "7147455230841744fb5b95dcbe03320313a77124"))
|
||||||
(when (featurep! +jupyter)
|
(when (featurep! +jupyter)
|
||||||
(package! jupyter :pin "162d047e62468de763db322010a6c348b4fea710"))
|
(package! jupyter :pin "df343af5e9187a400a9291fa6a2b0c69f3ad0425"))
|
||||||
(when (featurep! +journal)
|
(when (featurep! +journal)
|
||||||
(package! org-journal :pin "71e8b10088ae52c4ac17f7af87020ea85fbc6ff7"))
|
(package! org-journal :pin "71e8b10088ae52c4ac17f7af87020ea85fbc6ff7"))
|
||||||
(when (featurep! +noter)
|
(when (featurep! +noter)
|
||||||
|
@ -70,7 +70,7 @@
|
||||||
(when (featurep! +pomodoro)
|
(when (featurep! +pomodoro)
|
||||||
(package! org-pomodoro :pin "aa07c11318f91219336197e62c47bc7a3d090479"))
|
(package! org-pomodoro :pin "aa07c11318f91219336197e62c47bc7a3d090479"))
|
||||||
(when (featurep! +pretty)
|
(when (featurep! +pretty)
|
||||||
(package! org-appear :pin "a1aa8496f2fd61305e43e03e6eeee2ff92aa9e24")
|
(package! org-appear :pin "a4d10fc346ba14f487eb7aa95761b9295089ba55")
|
||||||
(package! org-superstar :pin "03be6c0a3081c46a59b108deb8479ee24a6d86c0")
|
(package! org-superstar :pin "03be6c0a3081c46a59b108deb8479ee24a6d86c0")
|
||||||
(package! org-fancy-priorities :pin "7f677c6c14ecf05eab8e0efbfe7f1b00ae68eb1d"))
|
(package! org-fancy-priorities :pin "7f677c6c14ecf05eab8e0efbfe7f1b00ae68eb1d"))
|
||||||
(when (featurep! +present)
|
(when (featurep! +present)
|
||||||
|
@ -82,7 +82,7 @@
|
||||||
(package! revealjs
|
(package! revealjs
|
||||||
:recipe (:host github :repo "hakimel/reveal.js"
|
:recipe (:host github :repo "hakimel/reveal.js"
|
||||||
:files ("css" "dist" "js" "plugin"))
|
:files ("css" "dist" "js" "plugin"))
|
||||||
:pin "c79f4b5a4f0cd6937ce4bff9b4b3b645ee207e53"))
|
:pin "a9277f9d465a07cc3b2baa3a2c4fbc152afd7f14"))
|
||||||
(cond
|
(cond
|
||||||
((featurep! +roam)
|
((featurep! +roam)
|
||||||
(package! org-roam
|
(package! org-roam
|
||||||
|
@ -118,10 +118,10 @@
|
||||||
|
|
||||||
;;; Export
|
;;; Export
|
||||||
(when (featurep! +pandoc)
|
(when (featurep! +pandoc)
|
||||||
(package! ox-pandoc :pin "e76324ecf1b9be6353bf22ff5e13652ea2714674"))
|
(package! ox-pandoc :pin "eda1f21fd519427c070d165f8a663db07b87ac29"))
|
||||||
(when (featurep! +hugo)
|
(when (featurep! +hugo)
|
||||||
(package! ox-hugo
|
(package! ox-hugo
|
||||||
:recipe (:host github :repo "kaushalmodi/ox-hugo" :nonrecursive t)
|
:recipe (:host github :repo "kaushalmodi/ox-hugo" :nonrecursive t)
|
||||||
:pin "3442d8cf1f60f28cf28daaca06f524dd660681f8"))
|
:pin "88e60681901573797ce53c91ad8fa0936f6e4ee2"))
|
||||||
(when (featurep! :lang rst)
|
(when (featurep! :lang rst)
|
||||||
(package! ox-rst :pin "99fa790da55b57a3f2e9aa187493ba434a64250e"))
|
(package! ox-rst :pin "99fa790da55b57a3f2e9aa187493ba434a64250e"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue