Merge branch 'bugfix'
This commit is contained in:
commit
562cba7aab
|
@ -8210,7 +8210,7 @@ filter."
|
||||||
(if (and org-agenda-filtered-by-category
|
(if (and org-agenda-filtered-by-category
|
||||||
org-agenda-category-filter)
|
org-agenda-category-filter)
|
||||||
(org-agenda-filter-show-all-cat)
|
(org-agenda-filter-show-all-cat)
|
||||||
(let ((cat (org-no-properties (org-get-at-eol 'org-category 1))))
|
(let ((cat (org-no-properties (org-agenda-get-category))))
|
||||||
(cond
|
(cond
|
||||||
((and cat strip)
|
((and cat strip)
|
||||||
(org-agenda-filter-apply
|
(org-agenda-filter-apply
|
||||||
|
|
Loading…
Reference in New Issue