fix: namespace function call to match name
Hotfix - this was not working!
This commit is contained in:
parent
47c0fe9741
commit
621752ba0e
1 changed files with 1 additions and 1 deletions
|
@ -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."
|
"Collects the headline at point or the headlines in a region. Returns a list."
|
||||||
(setq test-headlines
|
(setq test-headlines
|
||||||
(if (and beg end)
|
(if (and beg end)
|
||||||
(get-headlines-in-region beg end)
|
(org-clubhouse-get-headlines-in-region beg end)
|
||||||
(list (org-element-find-headline)))))
|
(list (org-element-find-headline)))))
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue