diff --git a/doc/org.texi b/doc/org.texi index 756deb57d..e6355e27c 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -5796,7 +5796,7 @@ A summary of the current subtree with % times would be A horizontally compact representation of everything clocked during last week would be @example -#+BEGIN: clocktable :block lastweek :indent t :narrow 40! :tcolumn 1 +#+BEGIN: clocktable :scope agenda :block lastweek :compact t #+END: clocktable @end example diff --git a/lisp/org-clock.el b/lisp/org-clock.el index e4b8faff1..94e6ecd14 100644 --- a/lisp/org-clock.el +++ b/lisp/org-clock.el @@ -1903,6 +1903,7 @@ from the dynamic block defintion." (rm-file-column (plist-get params :one-file-with-archives)) (indent (plist-get params :indent)) link range-text total-time tbl level hlc formula pcol + file-time entries entry headline recalc content narrow-cut-p) ;; Implement abbreviations