Browse Source

Remove file restrictions when generating clock report data

This may need more work for dynamic blocks used in files.
Bernt Hansen 14 năm trước cách đây
mục cha
commit
7a73e155a3
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      lisp/org-clock.el

+ 1 - 0
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