summaryrefslogtreecommitdiff
path: root/helm-org.el
diff options
context:
space:
mode:
Diffstat (limited to 'helm-org.el')
-rw-r--r--helm-org.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm-org.el b/helm-org.el
index 19c2882f..0785c1b4 100644
--- a/helm-org.el
+++ b/helm-org.el
@@ -139,7 +139,7 @@ Note this have no effect in `helm-org-in-buffer-headings'."
(if parents (nreverse cands) cands))))))
(defun helm-source-org-headings-for-files (filenames &optional parents)
- (helm-make-source "Org Headings" helm-org-headings-class
+ (helm-make-source "Org Headings" 'helm-org-headings-class
:parents parents
:candidates filenames))