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