summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--helm-org.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/helm-org.el b/helm-org.el
index 0157b651..d3db1938 100644
--- a/helm-org.el
+++ b/helm-org.el
@@ -196,7 +196,6 @@ current heading."
(helm-org-headings-max-depth 50))
(helm :sources (helm-source-org-headings-for-files
(list (current-buffer)) t)
- :preselect (org-format-outline-path (org-get-outline-path))
:candidate-number-limit 99999
:buffer "*helm org parent headings*")))