suvayu ali <[email protected]> writes:
> Hi Darlan,
>
> On Mon, Jul 25, 2011 at 8:29 PM, Darlan Cavalcante Moreira
> <[email protected]> wrote:
>> You can probably use custom agenda commands for this. See the documentation
>> for the org-agenda-custom-commands and the corresponding section in the
>> manual [1].
>
> Custom agenda commands do not support prompting for search phrases.
The following custom agenda command offers a prompt:
--8<---------------cut here---------------start------------->8---
(org-add-agenda-custom-command
'("x" "Search special files" search ""
((org-agenda-files '("~/special/")))))
--8<---------------cut here---------------end--------------->8---
Best,
Matt