Kaynağa Gözat

Merge branch 'maint'

Bastien Guerry 12 yıl önce
ebeveyn
işleme
1e38a8162c
1 değiştirilmiş dosya ile 1 ekleme ve 2 silme
  1. 1 2
      lisp/org-agenda.el

+ 1 - 2
lisp/org-agenda.el

@@ -3566,8 +3566,7 @@ generating a new one."
 	  (while (org-activate-plain-links (point-max))
 	    (add-text-properties (match-beginning 0) (match-end 0)
 				 '(face org-link))))
-	(when (cadr (assoc 'org-prefix-has-tag
-			   (car org-prefix-format-compiled)))
+	(unless (eq org-agenda-remove-tags t)
 	  (org-agenda-align-tags))
 	(unless org-agenda-with-colors
 	  (remove-text-properties (point-min) (point-max) '(face nil))))