alphapapa / org-sidebar

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

org-sidebar must be called before org-sidebar-backlinks? #32

Closed konstruktiv closed 6 months ago

konstruktiv commented 3 years ago

When I call org-sidebar-backlinks before calling org-sidebar, I get the error message org-sidebar-backlinks: Symbol’s function definition is void: org-ql-search-directories-files.

Is this expected behavior? It doesn't seem to be documented and can be confusing.

alphapapa commented 3 years ago

Thanks, that's the result of a simple oversight: (require 'org-ql-search) should be present in org-sidebar.el.