mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
bump: :lang org
doomelpa/org-contacts@f0a430442b -> doomelpa/org-contacts@b06a597368 emacs-jupyter/jupyter@db8a9e233a -> emacs-jupyter/jupyter@3615c2de16 emacs-straight/org-mode@07e380f76d87[release_9.7.26] -> emacs-straight/org-mode@74dde3abae74[release_9.7.27] hakimel/reveal.js@5c77e86301 -> hakimel/reveal.js@dfc5690c6d magit/orgit-forge@2718a6aaf0 -> magit/orgit-forge@764820769e magit/orgit@6ad0dc35c8 -> magit/orgit@efd98e5caa msnoigrs/ox-rst@99fa790da5 -> msnoigrs/ox-rst@b4ba5c7e95
This commit is contained in:
@ -1374,15 +1374,6 @@ between the two."
|
|||||||
:documentation #'+org-lookup-documentation-handler)
|
:documentation #'+org-lookup-documentation-handler)
|
||||||
|
|
||||||
(add-hook! 'org-mode-hook
|
(add-hook! 'org-mode-hook
|
||||||
;; HACK: Somehow, users/packages still find a way to modify tab-width in
|
|
||||||
;; org-mode. Since org-mode treats a non-standerd tab-width as an error
|
|
||||||
;; state, I use this hook to makes it much harder to change by accident.
|
|
||||||
(add-hook! 'after-change-major-mode-hook :local
|
|
||||||
;; The second check is necessary, in case of `org-edit-src-code' which
|
|
||||||
;; clones a buffer and changes its major-mode.
|
|
||||||
(when (derived-mode-p 'org-mode)
|
|
||||||
(setq tab-width 8)))
|
|
||||||
|
|
||||||
;; HACK: `save-place' can position the cursor in an invisible region. This
|
;; HACK: `save-place' can position the cursor in an invisible region. This
|
||||||
;; makes it visible unless `org-inhibit-startup' or
|
;; makes it visible unless `org-inhibit-startup' or
|
||||||
;; `org-inhibit-startup-visibility-stuff' is non-nil.
|
;; `org-inhibit-startup-visibility-stuff' is non-nil.
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
(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 "07e380f76d8741a499a3ffe66df03615f5b31804") ; release_9.7.26
|
:pin "74dde3abae74c97ba336a11a1d0efcb79585e32f") ; release_9.7.27
|
||||||
(package! org-contrib
|
(package! org-contrib
|
||||||
:recipe (:host github
|
:recipe (:host github
|
||||||
:repo "emacsmirror/org-contrib")
|
:repo "emacsmirror/org-contrib")
|
||||||
@ -47,7 +47,7 @@
|
|||||||
(when (modulep! +contacts)
|
(when (modulep! +contacts)
|
||||||
(package! org-contacts
|
(package! org-contacts
|
||||||
:recipe (:host github :repo "doomelpa/org-contacts")
|
:recipe (:host github :repo "doomelpa/org-contacts")
|
||||||
:pin "f0a430442b2ae60035dcd74fc6a76299875694f3"))
|
:pin "b06a59736800865b8a7e8d6d45774169cb31528a"))
|
||||||
|
|
||||||
(when (and (featurep :system 'macos)
|
(when (and (featurep :system 'macos)
|
||||||
(modulep! :os macos))
|
(modulep! :os macos))
|
||||||
@ -66,9 +66,9 @@
|
|||||||
(when (modulep! :tools pdf)
|
(when (modulep! :tools pdf)
|
||||||
(package! org-pdftools :pin "5613b7ae561e0af199f25aacc0a9c34c16638408"))
|
(package! org-pdftools :pin "5613b7ae561e0af199f25aacc0a9c34c16638408"))
|
||||||
(when (modulep! :tools magit)
|
(when (modulep! :tools magit)
|
||||||
(package! orgit :pin "6ad0dc35c8df54fae4ef27e5145760e22fbbf890")
|
(package! orgit :pin "efd98e5caaac1d08677dae95be40fab65dcda2c8")
|
||||||
(when (modulep! :tools magit +forge)
|
(when (modulep! :tools magit +forge)
|
||||||
(package! orgit-forge :pin "2718a6aaf0f64cb52c64c419053fbc80eb358c8d")))
|
(package! orgit-forge :pin "764820769e321a76622aaafe7617b4231985b5f0")))
|
||||||
(when (modulep! +brain)
|
(when (modulep! +brain)
|
||||||
(package! org-brain :pin "2bad7732aae1a3051e2a14de2e30f970bbe43c25"))
|
(package! org-brain :pin "2bad7732aae1a3051e2a14de2e30f970bbe43c25"))
|
||||||
(when (modulep! +dragndrop)
|
(when (modulep! +dragndrop)
|
||||||
@ -77,7 +77,7 @@
|
|||||||
(package! gnuplot :pin "4c6b18f71ff7604e2640033207f5a882ddce78af")
|
(package! gnuplot :pin "4c6b18f71ff7604e2640033207f5a882ddce78af")
|
||||||
(package! gnuplot-mode :pin "601f6392986f0cba332c87678d31ae0d0a496ce7"))
|
(package! gnuplot-mode :pin "601f6392986f0cba332c87678d31ae0d0a496ce7"))
|
||||||
(when (modulep! +jupyter)
|
(when (modulep! +jupyter)
|
||||||
(package! jupyter :pin "db8a9e233a010a61063f34220821ec76157a2d84"))
|
(package! jupyter :pin "3615c2de16988c4dd9d1978bfa10ee3092e85b33"))
|
||||||
(when (modulep! +journal)
|
(when (modulep! +journal)
|
||||||
(package! org-journal :pin "cf721732332d707de5d5af71e6d9a87599cc84a2"))
|
(package! org-journal :pin "cf721732332d707de5d5af71e6d9a87599cc84a2"))
|
||||||
(when (modulep! +noter)
|
(when (modulep! +noter)
|
||||||
@ -96,7 +96,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 "5c77e863014d5dfcefe3f3de6cf3f7e33f0acc0d"))
|
:pin "dfc5690c6d6075e0f8a773ec0897d3b0f6001850"))
|
||||||
(cond
|
(cond
|
||||||
((modulep! +roam)
|
((modulep! +roam)
|
||||||
(package! org-roam
|
(package! org-roam
|
||||||
@ -154,4 +154,4 @@
|
|||||||
:recipe (:host github :repo "kaushalmodi/ox-hugo" :nonrecursive t)
|
:recipe (:host github :repo "kaushalmodi/ox-hugo" :nonrecursive t)
|
||||||
:pin "e3365cb4e65c1853d8838b863a21546bbd9e0990"))
|
:pin "e3365cb4e65c1853d8838b863a21546bbd9e0990"))
|
||||||
(when (modulep! :lang rst)
|
(when (modulep! :lang rst)
|
||||||
(package! ox-rst :pin "99fa790da55b57a3f2e9aa187493ba434a64250e"))
|
(package! ox-rst :pin "b4ba5c7e95bd8e0063157107960fed64e04c00c2"))
|
||||||
|
Reference in New Issue
Block a user