From f875f8a4efe5fa52c31c35e9e2fd19dae676f2f9 Mon Sep 17 00:00:00 2001 From: Gerard Vermeulen Date: Thu, 14 Mar 2024 10:47:37 +0100 Subject: [PATCH] Start playing with `id-collector' --- README.org | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.org b/README.org index 7196939..32f4ff1 100644 --- a/README.org +++ b/README.org @@ -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)