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