Browse Source

Merge branch 'maint'

Nicolas Goaziou 8 năm trước cách đây
mục cha
commit
7bbd62cef4
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      lisp/org-clock.el

+ 1 - 0
lisp/org-clock.el

@@ -2624,6 +2624,7 @@ from the dynamic block definition."
 		 ;; Empty fields for higher levels.
 		 (make-string (max 0 (1- (min time-columns level))) ?|)
 		 (format-field (org-duration-from-minutes time))
+		 (make-string (max 0 (- time-columns level)) ?|)
 		 (if (eq formula '%)
 		     (format "%.1f |" (* 100 (/ time (float total-time))))
 		   "")