diff --git a/lisp/org-clock.el b/lisp/org-clock.el index 6211ae45b..1db8ab17c 100644 --- a/lisp/org-clock.el +++ b/lisp/org-clock.el @@ -2091,6 +2091,7 @@ the currently selected interval size." (with-current-buffer (find-buffer-visiting file) (save-excursion (save-restriction + (widen) (push (org-clock-get-table-data file params) tbls)))))) ;; Just from the current file (save-restriction