|
@@ -13882,7 +13882,7 @@ ACTION can be `set', `up', `down', or a character."
|
|
(insert " [#" news "]"))
|
|
(insert " [#" news "]"))
|
|
(goto-char (match-beginning 3))
|
|
(goto-char (match-beginning 3))
|
|
(insert "[#" news "] "))))
|
|
(insert "[#" news "] "))))
|
|
- (org-preserve-lc (org-set-tags nil 'align)))
|
|
|
|
|
|
+ (org-set-tags nil 'align))
|
|
(if remove
|
|
(if remove
|
|
(message "Priority removed")
|
|
(message "Priority removed")
|
|
(message "Priority of current item set to %s" news)))))
|
|
(message "Priority of current item set to %s" news)))))
|