0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-07-20 02:26:29 +00:00

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

View file

@ -2091,6 +2091,7 @@ the currently selected interval size."
(with-current-buffer (find-buffer-visiting file) (with-current-buffer (find-buffer-visiting file)
(save-excursion (save-excursion
(save-restriction (save-restriction
(widen)
(push (org-clock-get-table-data file params) tbls)))))) (push (org-clock-get-table-data file params) tbls))))))
;; Just from the current file ;; Just from the current file
(save-restriction (save-restriction