org.el (org-priority): Don't use `org-preserve-lc'
* org.el (org-priority): Don't use `org-preserve-lc' as it is not necessary here.
This commit is contained in:
parent
5f38f7b7b0
commit
ac7fb4dd79
|
@ -13882,7 +13882,7 @@ ACTION can be `set', `up', `down', or a character."
|
|||
(insert " [#" news "]"))
|
||||
(goto-char (match-beginning 3))
|
||||
(insert "[#" news "] "))))
|
||||
(org-preserve-lc (org-set-tags nil 'align)))
|
||||
(org-set-tags nil 'align))
|
||||
(if remove
|
||||
(message "Priority removed")
|
||||
(message "Priority of current item set to %s" news)))))
|
||||
|
|
Loading…
Reference in New Issue