Skip to content

Commit

Permalink
Merge: v0.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
alphapapa committed Apr 3, 2024
2 parents e41fe90 + 1f264bf commit c937098
Show file tree
Hide file tree
Showing 3 changed files with 136 additions and 117 deletions.
5 changes: 5 additions & 0 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -558,6 +558,11 @@ Simple links may also be written manually in either sexp or non-sexp form, like:

Nothing new yet.

** 0.8.6

*Fixes*
+ Bookmarking ~org-ql-view~ buffers when the ~buffers-files~ argument is a symbol (like ~org-agenda-files~).

** 0.8.5

*Fixes*
Expand Down
1 change: 1 addition & 0 deletions org-ql-view.el
Original file line number Diff line number Diff line change
Expand Up @@ -550,6 +550,7 @@ dates in the past, and negative for dates in the future."
;; Replace buffers with their filenames, and signal error if any are not file-backed.
(setf plist (plist-put plist :buffers-files
(cl-etypecase buffers-files
(symbol buffers-files)
(string buffers-files)
(buffer (file-nameize buffers-files))
(list (mapcar #'file-nameize buffers-files)))))
Expand Down
Loading

0 comments on commit c937098

Please sign in to comment.