|
@@ -2627,12 +2627,14 @@ from the dynamic block definition."
|
|
|
((eq formula '%)
|
|
((eq formula '%)
|
|
|
;; compute the column where the % numbers need to go
|
|
;; compute the column where the % numbers need to go
|
|
|
(setq pcol (+ 2
|
|
(setq pcol (+ 2
|
|
|
|
|
+ (length properties)
|
|
|
(if multifile 1 0)
|
|
(if multifile 1 0)
|
|
|
(if level-p 1 0)
|
|
(if level-p 1 0)
|
|
|
(if timestamp 1 0)
|
|
(if timestamp 1 0)
|
|
|
(min maxlevel (or ntcol 100))))
|
|
(min maxlevel (or ntcol 100))))
|
|
|
;; compute the column where the total time is
|
|
;; compute the column where the total time is
|
|
|
(setq tcol (+ 2
|
|
(setq tcol (+ 2
|
|
|
|
|
+ (length properties)
|
|
|
(if multifile 1 0)
|
|
(if multifile 1 0)
|
|
|
(if level-p 1 0)
|
|
(if level-p 1 0)
|
|
|
(if timestamp 1 0)))
|
|
(if timestamp 1 0)))
|