-----Task------ -----Time------ gardening 1h 3m 0s cooking 0h 45m 3.1s sleeping 7h 35m 6s bird watching ?? 0h 20m 0s *Total* ?? 9h 43m 9.1s (ses-cell A1 "Task" "Task" ses-dashfill nil) (ses-cell B1 "Time" "Time" ses-dashfill nil) (ses-cell A2 "gardening" "gardening" nil nil) (ses-cell B2 (hms 1 3 0) (quote (hms 1 3 0)) checked-time (B6)) (ses-cell A3 "cooking" "cooking" nil nil) (ses-cell B3 (hms 0 45 (float 312 -2)) (quote (hms 0 45 (float 312 -2))) checked-time (B6)) (ses-cell A4 "sleeping" "sleeping" nil nil) (ses-cell B4 (hms 7 35 6) (quote (hms 7 35 6)) checked-time (B6)) (ses-cell A5 "bird watching" "bird watching" nil nil) (ses-cell B5 (hms 0 20 0) (quote (hms 0 20 0)) tbc-time (B6)) (ses-cell A6 "*Total*" "*Total*" nil nil) (ses-cell B6 (hms 9 43 (float 912 -2)) (calcFunc-add B2 B3 B4 B5) tbc-time nil) (ses-column-widths [15 15]) (ses-column-printers [nil nil]) (ses-default-printer "%.7g") (ses-header-row 0) ( ;Global parameters (these are read first) 2 ;SES file-format 6 ;numrows 2 ;numcols ) ;; Local Variables: ;; mode: ses ;; checked-time: (lambda (x) (let ((calc-float-format '(fix 1)) (calc-hms-format "%sh %sm %ss")) (math-format-value x))) ;; tbc-time: (lambda (x) (let ((calc-float-format '(fix 1))(calc-hms-format "?? %sh %sm %ss")) (math-format-value x))) ;; End: