Comment: Add FIXME
This commit is contained in:
parent
bd9162381f
commit
168041f0df
1 changed files with 3 additions and 0 deletions
|
|
@ -566,6 +566,9 @@ dates in the past, and negative for dates in the future."
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun org-ql-view--bookmark-handler (bookmark)
|
(defun org-ql-view--bookmark-handler (bookmark)
|
||||||
"Show Org QL View BOOKMARK in current buffer."
|
"Show Org QL View BOOKMARK in current buffer."
|
||||||
|
;; FIXME: Getting "(void-variable super-groups)" errors when this function is byte-compiled,
|
||||||
|
;; but not when it's interpreted! Using (:super-groups super-groups) instead of just
|
||||||
|
;; :super-groups fixes it, but I have no idea why, and the macroexpansion is the same.
|
||||||
(pcase-let* (((map org-ql-view-plist) (bookmark-get-bookmark-record bookmark))
|
(pcase-let* (((map org-ql-view-plist) (bookmark-get-bookmark-record bookmark))
|
||||||
((map :buffers-files :query :super-groups :narrow :sort :title)
|
((map :buffers-files :query :super-groups :narrow :sort :title)
|
||||||
org-ql-view-plist)
|
org-ql-view-plist)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue