mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-12-03 08:30:03 +00:00
Merge branch 'maint'
This commit is contained in:
commit
c6381df127
@ -7530,9 +7530,11 @@ to switch to narrowing."
|
||||
(if notgroup
|
||||
(push (cons 'and nf0) f)
|
||||
(push (cons (or op 'or) nf0) f)))))
|
||||
(if (equal nfilter filter)
|
||||
(funcall ffunc f1 f filter t nil)
|
||||
(funcall ffunc nf1 nf nfilter nil nil)))))
|
||||
(cond ((equal filter '("+"))
|
||||
(setq f (list (list 'not 'tags))))
|
||||
((equal nfilter filter)
|
||||
(funcall ffunc f1 f filter t nil))
|
||||
(t (funcall ffunc nf1 nf nfilter nil nil))))))
|
||||
;; Category filter
|
||||
((eq type 'category)
|
||||
(setq filter
|
||||
|
Loading…
Reference in New Issue
Block a user