Fix: (-view--link-open) Set org-super-agenda-allow-unsafe-groups
This commit is contained in:
parent
6ab74454d0
commit
689cfd68e7
1 changed files with 1 additions and 0 deletions
|
|
@ -617,6 +617,7 @@ protocol. See, e.g. `org-ql-view--link-store'."
|
||||||
;; `url-parse-query-string' returns "improper" alists, which makes this awkward.
|
;; `url-parse-query-string' returns "improper" alists, which makes this awkward.
|
||||||
(sort (--when-let (alist-get "sort" params nil nil #'string=)
|
(sort (--when-let (alist-get "sort" params nil nil #'string=)
|
||||||
(read it)))
|
(read it)))
|
||||||
|
(org-super-agenda-allow-unsafe-groups nil) ; Disallow unsafe group selectors.
|
||||||
(groups (--when-let (alist-get "super-groups" params nil nil #'string=)
|
(groups (--when-let (alist-get "super-groups" params nil nil #'string=)
|
||||||
(read it)))
|
(read it)))
|
||||||
(title (--when-let (alist-get "title" params nil nil #'string=)
|
(title (--when-let (alist-get "title" params nil nil #'string=)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue