summaryrefslogtreecommitdiff
path: root/helm-easymenu.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2015-12-18 08:11:15 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2015-12-18 09:19:57 +0100
commit62f93148fa2ab95d32d4bf50753cc66184760a81 (patch)
tree27f5835cc17f27972ea62bda76b336a92033c797 /helm-easymenu.el
parentc4bcfa5ee43d6a274b71c28c29d64f63c8c42f30 (diff)
Fix org entries in easy-menu (#1294).
* helm-easymenu.el: Do it. * helm-org.el (helm-org-get-candidates): Use helm-flatten-list. (helm-org--get-candidates-in-file): Minor changes.
Diffstat (limited to 'helm-easymenu.el')
-rw-r--r--helm-easymenu.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/helm-easymenu.el b/helm-easymenu.el
index 8fe8c3e2..1cbca12e 100644
--- a/helm-easymenu.el
+++ b/helm-easymenu.el
@@ -45,8 +45,8 @@
["Gnus Manual index" helm-info-gnus t]
["Helm documentation" helm-documentation t])
("Org"
- ["Org keywords" helm-org-keywords t]
- ["Org headlines" helm-org-headlines t])
+ ["Org headlines in org agenda files" helm-org-agenda-files-headings t]
+ ["Org headlines in buffer" helm-org-in-buffer-headings t])
("Elpa"
["Elisp packages" helm-list-elisp-packages t]
["Elisp packages no fetch" helm-list-elisp-packages-no-fetch t])