From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Org Agenda and BBDB File Date: Tue, 18 Mar 2014 10:35:48 -0400 Message-ID: <8761nb60cb.fsf@alphaville.bos.redhat.com> References: <86r460wewj.fsf@freeenv.ad.medctr.ucla.edu> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48775) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WPv7u-0007Ku-Fe for emacs-orgmode@gnu.org; Tue, 18 Mar 2014 10:36:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WPv7m-000527-74 for emacs-orgmode@gnu.org; Tue, 18 Mar 2014 10:36:22 -0400 Received: from plane.gmane.org ([80.91.229.3]:46047) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WPv7m-00051t-01 for emacs-orgmode@gnu.org; Tue, 18 Mar 2014 10:36:14 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WPv7g-0007TS-Kk for emacs-orgmode@gnu.org; Tue, 18 Mar 2014 15:36:08 +0100 Received: from nat-pool-bos-t.redhat.com ([66.187.233.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 18 Mar 2014 15:36:08 +0100 Received: from ndokos by nat-pool-bos-t.redhat.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 18 Mar 2014 15:36:08 +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 Aric Gregson writes: > Hello, > > I am wondering if it is possible to get org-mode to stop asking to read > the bbdb file when creating the new agenda. It is a bit annoying because > GNUS in another instance of emacs generally has the file. > > I have seemingly removed any calls to bbdb in my org set-up (initially > used it for anniversaries, but now doesn't appear to work in bbbd v3). I > now have no dates that need to be looked at for agenda creation in org > mode. > > If I have '(org-agenda-files (quote ("~/org"))) and the bbdb file is in > this directory, it is then used by org mode to create the agenda? My > impression was that only files ending in '.org' in the directory were > used. > I think your impression is correct, assuming that org-agenda-file-regexp has not been modified: ,---- | org-agenda-file-regexp is a variable defined in `org.el'. | Its value is "\\`[^.].*\\.org\\'" | | Documentation: | Regular expression to match files for `org-agenda-files'. | If any element in the list in that variable contains a directory instead | of a normal file, all files in that directory that are matched by this | regular expression will be included. `---- Nick