From 410888e4490503d76954b947a9622036f567c7e4 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 13 Jun 2021 23:36:28 +0900 Subject: [PATCH] Fix: (link) :target argument --- org-ql.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-ql.el b/org-ql.el index e419b7c..4954252 100644 --- a/org-ql.el +++ b/org-ql.el @@ -1155,7 +1155,7 @@ any link is found." plist (cdr args)) (setf plist args)) (setf description (plist-get plist :description) - target (plist-get plist :description) + target (plist-get plist :target) regexp-p (plist-get plist :regexp-p)) (unless regexp-p ;; NOTE: It would also be preferable to avoid regexp-quoting every time this predicate