소스 검색

Increase the limit of allowed levels to 8 when building the clock summary.

Bastien Guerry 17 년 전
부모
커밋
e4ce1e1d42
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      org.el

+ 1 - 1
org.el

@@ -18945,7 +18945,7 @@ will be easy to remove."
 		     (make-string (+ off (max 0 (- c (current-column)))) ?.)
 		     (make-string (+ off (max 0 (- c (current-column)))) ?.)
 		     (org-add-props (format "%s %2d:%02d%s"
 		     (org-add-props (format "%s %2d:%02d%s"
 					    (make-string l ?*) h m
 					    (make-string l ?*) h m
-					    (make-string (- 10 l) ?\ ))
+					    (make-string (- 16 l) ?\ ))
 			 '(face secondary-selection))
 			 '(face secondary-selection))
 		     ""))
 		     ""))
     (if (not (featurep 'xemacs))
     (if (not (featurep 'xemacs))