org-sidebar icon indicating copy to clipboard operation
org-sidebar copied to clipboard

Using a view saved in org-ql-views to display into org-sidebar

Open proudot opened this issue 3 years ago • 0 comments

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 ?

proudot avatar Jan 27 '22 12:01 proudot