Browse Source

Revert "Fix bug with :maxlevel 0 in clock tables"

This reverts commit 5801fa6c6385c56f87aea1d81b2d91beae80ff3c.
Carsten Dominik 14 years ago
parent
commit
fd7b3e9717
1 changed files with 3 additions and 3 deletions
  1. 3 3
      lisp/org-clock.el

+ 3 - 3
lisp/org-clock.el

@@ -1849,9 +1849,9 @@ the currently selected interval size."
 				 (org-minutes-to-hh:mm-string
 				 (org-minutes-to-hh:mm-string
 				  org-clock-file-total-minutes)
 				  org-clock-file-total-minutes)
 				 "*|\n"
 				 "*|\n"
-				 tbl1)) tbl))
-		(setq total-time (+ (or total-time 0)
-				    org-clock-file-total-minutes)))))))
+				 tbl1)) tbl)
+		  (setq total-time (+ (or total-time 0)
+				      org-clock-file-total-minutes))))))))
 	(goto-char pos)
 	(goto-char pos)
 
 
 	(unless scope-is-list
 	(unless scope-is-list