summaryrefslogtreecommitdiff
path: root/helm-org.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2016-02-08 06:35:56 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2016-02-08 06:35:56 +0100
commit583b375b5c65330816fb0f645fc103eb560ce2a6 (patch)
tree5eafceddbfbc19ec6fe3d7113f2b3c148b006704 /helm-org.el
parentfabc1a108ffffe6f72a1dbe33609152454f2e431 (diff)
Make helm-org--run-open-heading-in-indirect-buffer helm-only.
Diffstat (limited to 'helm-org.el')
-rw-r--r--helm-org.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/helm-org.el b/helm-org.el
index 74324fb5..4ffb49b1 100644
--- a/helm-org.el
+++ b/helm-org.el
@@ -100,6 +100,7 @@ Note this have no effect in `helm-org-in-buffer-headings'."
(interactive)
(with-helm-alive-p
(helm-exit-and-execute-action #'helm-org--open-heading-in-indirect-buffer)))
+(put 'helm-org--run-open-heading-in-indirect-buffer 'helm-only t)
(defvar helm-org-headings-map
(let ((map (make-sparse-keymap)))