فهرست منبع

Remove file restrictions when generating clock report data

This may need more work for dynamic blocks used in files.
Bernt Hansen 14 سال پیش
والد
کامیت
7a73e155a3
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  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