Function: org-agenda-manipulate-query-subtract
org-agenda-manipulate-query-subtract is an interactive and
byte-compiled function defined in org-agenda.el.gz.
Signature
(org-agenda-manipulate-query-subtract)
Documentation
Manipulate the query by adding a search term with negative selection.
Negative selection means term must not be matched 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 ()
"Manipulate the query by adding a search term with negative selection.
Negative selection means term must not be matched for selection of an entry."
(interactive)
(org-agenda-manipulate-query ?\]))