fix: namespace function call to match name

Hotfix - this was not working!
This commit is contained in:
Russell Matney 2018-03-02 17:22:02 -05:00
parent 47c0fe9741
commit 621752ba0e

View file

@ -111,7 +111,7 @@ If unset all projects will be synchronized")
"Collects the headline at point or the headlines in a region. Returns a list."
(setq test-headlines
(if (and beg end)
(get-headlines-in-region beg end)
(org-clubhouse-get-headlines-in-region beg end)
(list (org-element-find-headline)))))