[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Allow org-agenda-text-search-extra-files to be a directory
From: |
Darlan Cavalcante Moreira |
Subject: |
Re: [O] Allow org-agenda-text-search-extra-files to be a directory |
Date: |
Mon, 12 Sep 2011 10:29:09 -0300 |
User-agent: |
Wanderlust/2.15.9 (Almost Unreal) Emacs/24.0 Mule/6.0 (HANACHIRUSATO) |
Thanks suvayu,
This works perfectly.
--
Darlan
At Sat, 10 Sep 2011 00:08:38 +0200,
suvayu ali <address@hidden> wrote:
>
> On Fri, Sep 9, 2011 at 9:09 PM, Darlan Cavalcante Moreira
> <address@hidden> wrote:
> > Is it possible to set org-agenda-text-search-extra-files with a directory
> > so that all .org files in that directory are considered for text searches
> > (similarly to how you can set org-agenda-files)?
> >
>
> This should work:
> (directory-files "~/<directory>" t "^[^.#].*\\.\\(org$\\|org_archive$\\)")
>
> --
> Suvayu
>
> Open source is the future. It sets us free.