Fix: (org-ql-view--contract-buffers-files) Handle org-agenda-files
This commit is contained in:
parent
3349c1d07a
commit
996d648560
1 changed files with 2 additions and 0 deletions
|
|
@ -841,6 +841,8 @@ current buffer. Otherwise BUFFERS-FILES is returned unchanged."
|
|||
(concat "'" (prin1-to-string buffers-files))))))
|
||||
((pred (equal (current-buffer)))
|
||||
"buffer")
|
||||
((or 'org-agenda-files '(function org-agenda-files))
|
||||
"org-agenda-files")
|
||||
(_ (let ((print-length nil))
|
||||
(prin1-to-string buffers-files))))))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue