From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marvin Doyley Subject: Re: Searching linked files Date: Wed, 20 Jun 2012 16:58:05 -0400 Message-ID: References: <4fe1f948.a274ec0a.047f.2d1e@mx.google.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=f46d04088c7fce754004c2eda77f Return-path: Received: from eggs.gnu.org ([208.118.235.92]:57933) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ShRyc-0007BX-1I for emacs-orgmode@gnu.org; Wed, 20 Jun 2012 16:58:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ShRyZ-0006Fm-TH for emacs-orgmode@gnu.org; Wed, 20 Jun 2012 16:58:09 -0400 Received: from mail-bk0-f41.google.com ([209.85.214.41]:36981) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ShRyZ-0006FD-K0 for emacs-orgmode@gnu.org; Wed, 20 Jun 2012 16:58:07 -0400 Received: by bkcjm19 with SMTP id jm19so7894940bkc.0 for ; Wed, 20 Jun 2012 13:58:05 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: suvayu ali Cc: emacs-orgmode@gnu.org --f46d04088c7fce754004c2eda77f Content-Type: text/plain; charset=ISO-8859-1 Hi Suvayu, This is did the trick. More specifically combining find-org-file-recursively with org-agenda-text-search-extra-files allowed me drill down in multiple subdirectory. Thank you. Cheers M On Wed, Jun 20, 2012 at 2:51 PM, suvayu ali wrote: > Hi Marvin, > > On Wed, Jun 20, 2012 at 7:45 PM, Marvin Doyley > wrote: > > This is almost what I am looking for. I would be nice if I could get it > to > > drill down into subdirectories. > > Maybe this will help. > > This defines a custom function: > > > I use the above function in these agenda commands: > > > HTH > > -- > Suvayu > > Open source is the future. It sets us free. > --f46d04088c7fce754004c2eda77f Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi Suvayu,

This is did the trick. More specificall= y combining=A0find-org-file-recursively with=A0org-agenda-text-search-extra= -files allowed me drill down in multiple subdirectory.=A0
Thank you.
Cheers
M
On Wed, Jun 20, 2012 = at 2:51 PM, suvayu ali <fatkasuvayu+linux@gmail.com> wrote:
Hi Marvin,

On Wed, Jun 20, 2012 at 7:45 PM, Marvin Doyley <marvinpas@gmail.com> wrote:
> This is almost what I am looking for. I would be nice if I could get i= t to
> drill down into subdirectories.

Maybe this will help.

This defines a custom function:
<https://github.com/suvayu/.emacs.d/blob/master/lisp= /nifty.el#L98>

I use the above function in these agenda commands:
<https://github.com/suvayu/.emacs.d/blob/maste= r/org-mode-config.el#L379>

HTH

--
Suvayu

Open source is the future. It sets us free.

--f46d04088c7fce754004c2eda77f--