Sfoglia il codice sorgente

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

Bastien Guerry 17 anni fa
parent
commit
e4ce1e1d42
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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)))) ?.)
 		     (org-add-props (format "%s %2d:%02d%s"
 					    (make-string l ?*) h m
-					    (make-string (- 10 l) ?\ ))
+					    (make-string (- 16 l) ?\ ))
 			 '(face secondary-selection))
 		     ""))
     (if (not (featurep 'xemacs))