mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2025-01-05 11:45:52 +00:00
org-agenda.el (org-agenda-finalize): Don't try to align tags when there are no tags
* org-agenda.el (org-agenda-finalize): Don't try to align tags when there are no tags.
This commit is contained in:
parent
cd00d36ca2
commit
806a141f1e
@ -3522,7 +3522,9 @@ generating a new one."
|
||||
(while (org-activate-plain-links (point-max))
|
||||
(add-text-properties (match-beginning 0) (match-end 0)
|
||||
'(face org-link))))
|
||||
(org-agenda-align-tags)
|
||||
(when (cadr (assoc 'org-prefix-has-tag
|
||||
(car org-prefix-format-compiled)))
|
||||
(org-agenda-align-tags))
|
||||
(unless org-agenda-with-colors
|
||||
(remove-text-properties (point-min) (point-max) '(face nil))))
|
||||
(if (and (boundp 'org-agenda-overriding-columns-format)
|
||||
|
Loading…
Reference in New Issue
Block a user