Fix bug in menu, for tags-setting command.
This commit is contained in:
parent
0c9218bfa4
commit
821c4304c6
|
@ -1,6 +1,7 @@
|
||||||
2008-12-17 Carsten Dominik <carsten.dominik@gmail.com>
|
2008-12-17 Carsten Dominik <carsten.dominik@gmail.com>
|
||||||
|
|
||||||
* org.el (org-get-outline-path): Fix bug if level is not given.
|
* 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
|
* org-agenda.el (org-finalize-agenda): Fix typo with variable
|
||||||
name.
|
name.
|
||||||
|
|
|
@ -13342,7 +13342,7 @@ See the individual commands for more information."
|
||||||
["Priority Up" org-shiftup t]
|
["Priority Up" org-shiftup t]
|
||||||
["Priority Down" org-shiftdown t])
|
["Priority Down" org-shiftdown t])
|
||||||
("TAGS and Properties"
|
("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)]
|
["Change tag in region" 'org-change-tag-in-region (org-region-active-p)]
|
||||||
"--"
|
"--"
|
||||||
["Set property" 'org-set-property t]
|
["Set property" 'org-set-property t]
|
||||||
|
|
Loading…
Reference in New Issue