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