org-sidebar
org-sidebar copied to clipboard
Using a view saved in org-ql-views to display into org-sidebar
I looked into the code and tried the following:
(defun org-sidebar--aims (dummy)
(org-ql-view "Aims")
)
"Aims" being my favorite view in org-ql-views.
But then (org-sidebar 'org-sidebar--aims)
yields a "wrong type of argument" error. Any idea ?