Sfoglia il codice sorgente

Remove file restrictions when generating clock report data

This may need more work for dynamic blocks used in files.
Bernt Hansen 14 anni fa
parent
commit
7a73e155a3
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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