Function: org-agenda-manipulate-query-subtract-re
org-agenda-manipulate-query-subtract-re is an interactive and
byte-compiled function defined in org-agenda.el.gz.
Signature
(org-agenda-manipulate-query-subtract-re)
Documentation
Manipulate the query by adding a search regexp with negative selection.
Negative selection means regexp must not match for selection of an entry.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-agenda.el.gz
(defun org-agenda-manipulate-query-subtract-re ()
"Manipulate the query by adding a search regexp with negative selection.
Negative selection means regexp must not match for selection of an entry."
(interactive)
(org-agenda-manipulate-query ?\}))