emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Eddward DeVilla
Subject: Re: [Orgmode] Re: Search all `org-agenda-files'
Date: Thu, 17 Apr 2008 09:34:32 -0500

On Thu, Apr 17, 2008 at 7:12 AM, Bernt Hansen <address@hidden> wrote:
>  If you do this in org-mode do you only search files in org-agenda-files
>  (and maybe their archives?).  If you scatter files around a lot how do
>  you locate them all for the search?
>
>  $ find $HOME -name '*.org' -o -name '*.org_archive' | xargs grep -n -e 
> $REGEXP
>
>  is probably simpler.

I have org-mode store my agenda file list in a separate file instead
of the .emacs.  So I can do something like:

      grep ^foo$ `cat ~/.agenda_files`

I can't say I've had the need to.

Edd




reply via email to

[Prev in Thread] Current Thread [Next in Thread]