Start playing with `id-collector'

This commit is contained in:
Gerard Vermeulen 2024-03-14 10:47:37 +01:00
parent a73fb00f43
commit f875f8a4ef
1 changed files with 3 additions and 0 deletions

View File

@ -314,6 +314,8 @@ of [[info:emacs#Saving Customizations][saving customizations (info)]].
#+begin_src emacs-lisp -n :results silent
;; To use different Org git repositories (org or gro):
(push (expand-file-name "~/VCS/org-mode/lisp") load-path)
(push (expand-file-name "~/VCS/org-contrib/lisp") load-path)
;; (byte-recompile-directory "~/VCS/org-contrib/lisp" 0)
;; Postpone (require 'org) after shadowing Org and sh-script faces below.
;; Enable `package-install-upgrade-built-in' to upgrade Org and transient.
@ -2311,6 +2313,7 @@ list detailing and motivating each listing:
ol-doi
ol-eww
ol-info
org-collector
org-id
org-protocol
org-tempo)