|
@@ -2506,7 +2506,7 @@ the currently selected interval size."
|
|
|
(when step
|
|
|
;; Write many tables, in steps
|
|
|
(unless (or block (and ts te))
|
|
|
- (user-error "Clocktable `:step' can only be used with `:block' or `:tstart, :end'"))
|
|
|
+ (user-error "Clocktable `:step' can only be used with `:block' or `:tstart', `:tend'"))
|
|
|
(org-clocktable-steps params)
|
|
|
(throw 'exit nil))
|
|
|
|