diff --git a/lisp/org.el b/lisp/org.el index 3df04e2..2461267 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -13342,10 +13342,10 @@ 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] - ["Change tag in region" 'org-change-tag-in-region (org-region-active-p)] + ["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] + ["Set property" org-set-property t] ["Column view of properties" org-columns t] ["Insert Column View DBlock" org-insert-columns-dblock t]) ("Dates and Scheduling"