From e05de210c7acb80133b602ed1d2660aeb93912b5 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 See #220. --- org-ql.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-ql.el b/org-ql.el index d7a58af..e675438 100644 --- a/org-ql.el +++ b/org-ql.el @@ -1250,7 +1250,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