From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Jolitz Subject: Re: Command to open up any agenda file? Date: Mon, 01 Sep 2014 22:11:03 +0200 Message-ID: <87mwaj2jag.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51748) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOXwi-0000NV-Dn for emacs-orgmode@gnu.org; Mon, 01 Sep 2014 16:11:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XOXwZ-00016M-Vm for emacs-orgmode@gnu.org; Mon, 01 Sep 2014 16:11:24 -0400 Received: from plane.gmane.org ([80.91.229.3]:59787) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOXwZ-00015w-PQ for emacs-orgmode@gnu.org; Mon, 01 Sep 2014 16:11:15 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XOXwY-0000SE-NB for emacs-orgmode@gnu.org; Mon, 01 Sep 2014 22:11:14 +0200 Received: from e178063228.adsl.alicedsl.de ([85.178.63.228]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 01 Sep 2014 22:11:14 +0200 Received: from tjolitz by e178063228.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 01 Sep 2014 22:11:14 +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 Noah Slater writes: Hello, > I quite like C-c b (org-iswitchb) but it only works if the file is > already open. What I really want is a command that lets me tab > complete any agenda file at all. Does such a thing exist? I couldn't > find it in the docs. don't know if this exists in Org, but defining you agenda-files as a project you might be able to use projectile: ,---- | Projectile Commander Methods: | | ?: Commander help buffer. | A: Find ag on project. | D: Open project root in dired. | R: Regenerate the project's [e|g]tags. | T: Find test file in project. | a: Run ack on project. | b: Switch to project buffer. | d: Find directory in project. | e: Find recently visited file in project. | f: Find file in project. | g: Run grep on project. | j: Find tag in project. | k: Kill all project buffers. | o: Run multi-occur on project buffers. | s: Switch project. | v: Open project root in vc-dir or magit. `---- -- cheers, Thorsten