diff options
Diffstat (limited to 'org-clubhouse.el')
-rw-r--r-- | org-clubhouse.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org-clubhouse.el b/org-clubhouse.el index 16df71cdf309..c25b3352e752 100644 --- a/org-clubhouse.el +++ b/org-clubhouse.el @@ -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))))) |