summaryrefslogtreecommitdiff
path: root/helm-org.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2015-12-24 20:20:13 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2015-12-24 20:20:13 +0100
commit864f72f92381d615bf26f83d25d2089fee48c55d (patch)
tree96311f10468902f5de099f24285cd9e711f05efd /helm-org.el
parenta265f7fb2c341a6feb5ccc74750002d73ff18aa5 (diff)
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.
Diffstat (limited to 'helm-org.el')
-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*")))