alphapapa / org-sidebar

A helpful sidebar for Org mode
GNU General Public License v3.0
527 stars 16 forks source link

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

Open proudot opened 2 years ago

proudot commented 2 years ago

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 ?