Re: [Orgmode] Search all `org-agenda-files'

2008-04-18 Thread Joel J. Adamson
Leo <[EMAIL PROTECTED]> writes: > Dear All, > > Have you ever wanted to retrieve some information from your org files > regarding some projects? > > I wonder whether a command similar to `occur' but applies to all files > listed in `org-agenda-files' and their corresponding ARCHIVED files > might

Re: [Orgmode] Search all `org-agenda-files'

2008-04-17 Thread Carsten Dominik
On Apr 18, 2008, at 5:44 AM, Carsten Dominik wrote: Hi Leo and others, Internal commands for this in Org are: 1. multi-occur, a standard emacs command. To apply it to the agenda files, call it through the agenda dispatcher, for me this is `C-c a /'. That does not include any archive file

Re: [Orgmode] Search all `org-agenda-files'

2008-04-17 Thread Carsten Dominik
Hi Leo and others, Internal commands for this in Org are: 1. multi-occur, a standard emacs command. To apply it to the agenda files, call it through the agenda dispatcher, for me this is `C-c a /'. That does not include any archive files though. To do so, get the new version from the

[Orgmode] Search all `org-agenda-files'

2008-04-17 Thread Leo
Dear All, Have you ever wanted to retrieve some information from your org files regarding some projects? I wonder whether a command similar to `occur' but applies to all files listed in `org-agenda-files' and their corresponding ARCHIVED files might be desirable for org users. Thank you for cons