Explorar el Código

Remove file restrictions when generating clock report data

This may need more work for dynamic blocks used in files.
Bernt Hansen hace 14 años
padre
commit
7a73e155a3
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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