From 864f72f92381d615bf26f83d25d2089fee48c55d Mon Sep 17 00:00:00 2001 From: Thierry Volpiatto Date: Thu, 24 Dec 2015 20:20:13 +0100 Subject: Remove unneeded preselection in helm-org-parent-headings. * helm-org.el (helm-org-parent-headings): Do it, the current heading can't be a parent of itself. --- helm-org.el | 1 - 1 file changed, 1 deletion(-) 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*"))) -- cgit v1.2.3