Fix bug in menu, for tags-setting command.

This commit is contained in:
Carsten Dominik 2008-12-18 00:34:11 +01:00
parent 0c9218bfa4
commit 821c4304c6
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
2008-12-17 Carsten Dominik <carsten.dominik@gmail.com>
* org.el (org-get-outline-path): Fix bug if level is not given.
(org-org-menu): Do not quote function in menu vector.
* org-agenda.el (org-finalize-agenda): Fix typo with variable
name.

View File

@ -13342,7 +13342,7 @@ See the individual commands for more information."
["Priority Up" org-shiftup t]
["Priority Down" org-shiftdown t])
("TAGS and Properties"
["Set Tags" 'org-set-tags-command t]
["Set Tags" org-set-tags-command t]
["Change tag in region" 'org-change-tag-in-region (org-region-active-p)]
"--"
["Set property" 'org-set-property t]