org-agenda.el: Fix `org-agenda-filter-hide-line'

* lisp/org-agenda.el (org-agenda-filter-hide-line):
Temporarily set `buffer-invisibility-spec' to `nil'.
This commit is contained in:
Bastien 2020-02-02 19:30:25 +01:00
parent efbf96389a
commit 8aa206583b
1 changed files with 2 additions and 1 deletions

View File

@ -8052,7 +8052,8 @@ tags in the FILTER if any of the tags in FILTER are grouptags."
(defun org-agenda-filter-hide-line (type)
"Hide lines with TYPE in the agenda buffer."
(let* ((b (max (point-min) (1- (point-at-bol))))
(let* (buffer-invisibility-spec
(b (max (point-min) (1- (point-at-bol))))
(e (point-at-eol)))
(let ((inhibit-read-only t))
(add-text-properties