emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/org-contrib 56dd581a71 1/2: lisp/org-registry.el: Use org-


From: ELPA Syncer
Subject: [nongnu] elpa/org-contrib 56dd581a71 1/2: lisp/org-registry.el: Use org-capture instead of long-gone org-remember
Date: Thu, 28 Dec 2023 06:59:52 -0500 (EST)

branch: elpa/org-contrib
commit 56dd581a7112391ebcd3e4109f6b81db98936c6b
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@posteo.net>

    lisp/org-registry.el: Use org-capture instead of long-gone org-remember
---
 lisp/org-registry.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/org-registry.el b/lisp/org-registry.el
index 030a04d433..1e50aae49d 100644
--- a/lisp/org-registry.el
+++ b/lisp/org-registry.el
@@ -90,7 +90,7 @@
 buffer."
   (interactive "P")
   (org-registry-initialize)
-  (let* ((blink (or (org-remember-annotation) ""))
+  (let* ((blink (or (org-store-link nil) ""))
         (link (when (string-match org-link-bracket-re blink)
                 (match-string-no-properties 1 blink)))
         (desc (or (and (string-match org-link-bracket-re blink)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]