Remove file restrictions when generating clock report data

This may need more work for dynamic blocks used in files.
This commit is contained in:
Bernt Hansen 2012-01-09 12:53:07 -05:00 committed by Bastien Guerry
parent 8f93a75cac
commit 7a73e155a3
1 changed files with 1 additions and 0 deletions

View File

@ -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