From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: Re: Problem with automatic recursive adding of org-agenda-files Date: Thu, 24 Oct 2013 13:28:38 +0800 Message-ID: <87a9hzdypl.fsf@ericabrahamsen.net> References: <87zjq0dydq.fsf@ericabrahamsen.net> <87d2mwnffg.fsf@yahoo.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57246) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZDSL-000100-Fn for emacs-orgmode@gnu.org; Thu, 24 Oct 2013 01:27:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VZDSG-0001p3-0m for emacs-orgmode@gnu.org; Thu, 24 Oct 2013 01:27:37 -0400 Received: from plane.gmane.org ([80.91.229.3]:40945) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZDSF-0001of-Qz for emacs-orgmode@gnu.org; Thu, 24 Oct 2013 01:27:31 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VZDSD-0004v9-Ui for emacs-orgmode@gnu.org; Thu, 24 Oct 2013 07:27:29 +0200 Received: from 123.122.44.74 ([123.122.44.74]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 24 Oct 2013 07:27:29 +0200 Received: from eric by 123.122.44.74 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 24 Oct 2013 07:27:29 +0200 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 Nicolas Richard writes: > Eric Abrahamsen writes: >> FWIW, I don't even have a `find-lisp-find-files' function in my >> installation (GNU Emacs 24.3.1). > > Even if you eval (load-library "find-lisp") ? It's built-in for me on > GNU Emacs 24.3.1 too. Ah, no, there it is. I didn't realize it was in a separate library, as apparently some find-lisp-* prefixed functions outside of that library were already loaded by default.