Merge branch 'maint'
This commit is contained in:
commit
0b87157e19
|
@ -2416,6 +2416,7 @@ the currently selected interval size."
|
|||
(org-clock-get-table-data file params)))))
|
||||
files)
|
||||
;; Get the right restriction for the scope.
|
||||
(save-restriction
|
||||
(cond
|
||||
((not scope)) ;use the restriction as it is now
|
||||
((eq scope 'file) (widen))
|
||||
|
@ -2435,7 +2436,7 @@ the currently selected interval size."
|
|||
level)
|
||||
(throw 'exit nil))))
|
||||
(org-narrow-to-subtree))))
|
||||
(list (org-clock-get-table-data nil params))))
|
||||
(list (org-clock-get-table-data nil params)))))
|
||||
(multifile
|
||||
;; Even though `file-with-archives' can consist of
|
||||
;; multiple files, we consider this is one extended file
|
||||
|
|
Loading…
Reference in New Issue