From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Best way to implement project specific captures Date: Fri, 24 Aug 2012 22:00:24 +0200 Message-ID: <8762886orp.fsf@altern.org> References: <871uiw5ve0.fsf@altern.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:60834) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T506F-0005mU-6b for emacs-orgmode@gnu.org; Fri, 24 Aug 2012 16:03:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T506E-00071f-D8 for emacs-orgmode@gnu.org; Fri, 24 Aug 2012 16:03:23 -0400 Received: from mail-wg0-f49.google.com ([74.125.82.49]:51836) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T506E-00071T-6u for emacs-orgmode@gnu.org; Fri, 24 Aug 2012 16:03:22 -0400 Received: by wgbdt14 with SMTP id dt14so543928wgb.30 for ; Fri, 24 Aug 2012 13:03:21 -0700 (PDT) In-Reply-To: (Richard Riley's message of "Fri, 24 Aug 2012 20:38:21 +0100") 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: emacs-orgmode@gnu.org Hi Richard, Richard Riley writes: > Hi, my head isnt really in org "mode" (oops!) at the moment, how would I > then implement the template for "files under this directory" as > originally mentioned? The in-file and not-in-file conditions use regexp and expanded file names. You can use your directory as the regexp, it will be okay. -- Bastien