Browse Source

Fix bug in menu, for tags-setting command.

Carsten Dominik 16 năm trước cách đây
mục cha
commit
821c4304c6
2 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 1 0
      lisp/ChangeLog
  2. 1 1
      lisp/org.el

+ 1 - 0
lisp/ChangeLog

@@ -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.

+ 1 - 1
lisp/org.el

@@ -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]