From mboxrd@z Thu Jan 1 00:00:00 1970 From: Darlan Cavalcante Moreira Subject: Allo org-agenda-text-search-extra-files to be a directory Date: Fri, 09 Sep 2011 16:09:43 -0300 Message-ID: <4e6a647c.0882640a.1adc.3155@mx.google.com> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([140.186.70.92]:56608) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R26SV-0007ZJ-UM for emacs-orgmode@gnu.org; Fri, 09 Sep 2011 15:09:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R26SV-0003Ba-1k for emacs-orgmode@gnu.org; Fri, 09 Sep 2011 15:09:51 -0400 Received: from mail-yx0-f169.google.com ([209.85.213.169]:45206) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R26SU-0003BV-Tf for emacs-orgmode@gnu.org; Fri, 09 Sep 2011 15:09:51 -0400 Received: by yxi19 with SMTP id 19so781964yxi.0 for ; Fri, 09 Sep 2011 12:09:50 -0700 (PDT) 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: Orgmode Mailing List I have a directory with several files that are not supposed to be in org-agenda-files (they don't have TODOs, schedule, etc), but that I want org to include in text searches. 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)? As I understand this is not possible right now and I need to explicitly set org-agenda-text-search-extra-files with a list containing all files I want org to consider in text searches. The problem of that approach is when I create more files in the same directory and forget to update org-agenda-text-search-extra-files. -- Darlan