From e5a72f720182aa4893b9953ab6b95fcdbcc5220e Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sat, 2 Oct 2021 12:34:35 +0100 Subject: Update org-zettelkasten-search-current-id with doc --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 753cf1c..461a5ec 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ all the back links of the current heading). ``` emacs-lisp (defun org-zettelkasten-search-current-id () + "Use `consult-ripgrep' to search for the current ID in all files." (interactive) (let ((current-id (org-entry-get nil "CUSTOM_ID"))) (consult-ripgrep org-zettelkasten-directory (concat "[\\[:]." current-id "\\]#")))) -- cgit