From 79597ef405d661325d9f7a327705719171dca24b Mon Sep 17 00:00:00 2001 From: Thierry Volpiatto Date: Sun, 20 Dec 2015 06:51:57 +0100 Subject: Use or in helm-org-get-candidates (#1294). * helm-org.el (helm-org-get-candidates): Do it. --- helm-org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helm-org.el') diff --git a/helm-org.el b/helm-org.el index 5e741265..12fe239c 100644 --- a/helm-org.el +++ b/helm-org.el @@ -107,7 +107,7 @@ NOTE: This will be slow on large org buffers." (helm-org--get-candidates-in-file filename min-depth max-depth helm-org-headings-fontify - (if parents t helm-org-headings--nofilename) + (or parents helm-org-headings--nofilename) parents)) filenames) t)) -- cgit v1.2.3