From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Meyer Subject: Re: Command to open up any agenda file? Date: Tue, 02 Sep 2014 11:20:40 -0400 Message-ID: <87a96icalz.fsf@kyleam.com> References: <87mwaj2jag.fsf@gmail.com> <87zjejcbrd.fsf@kmlap.domain.org> <87vbp7cb1u.fsf@kmlap.domain.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58339) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOpt3-00018i-5o for emacs-orgmode@gnu.org; Tue, 02 Sep 2014 11:20:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XOpsw-0006i0-UP for emacs-orgmode@gnu.org; Tue, 02 Sep 2014 11:20:49 -0400 Received: from mail-qg0-f41.google.com ([209.85.192.41]:61714) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOpsw-0006hm-Rn for emacs-orgmode@gnu.org; Tue, 02 Sep 2014 11:20:42 -0400 Received: by mail-qg0-f41.google.com with SMTP id i50so6685834qgf.0 for ; Tue, 02 Sep 2014 08:20:42 -0700 (PDT) In-Reply-To: (Noah Slater's message of "Tue, 2 Sep 2014 14:11:45 +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: Noah Slater Cc: emacs-orgmode@gnu.org Noah Slater wrote: > Kyle, > > Ooh, thanks! Any way to get it so I don't have to TAB complete the > leading path? Sort of how like org-iswitchb lets me just type in "Fo" > and then tab complete to "Foo.org" without > "/Users/nslater/Documents/Org" or whatever being prepended? Does turning on `org-completion-use-iswitchb' or `org-completion-use-ido' work for you? I think `org-switchb' just sets `org-completion-use-iswitchb' to t if both of the above variables are nil.