From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Lundin Subject: Re: path completion with file: links? Date: Thu, 08 Jan 2009 14:58:04 -0600 Message-ID: <87wsd5plb7.fsf@fastmail.fm> References: <20090108203845.GG6973@stats.ox.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LL1wk-00023P-Px for emacs-orgmode@gnu.org; Thu, 08 Jan 2009 15:57:42 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LL1wi-00023D-Lh for emacs-orgmode@gnu.org; Thu, 08 Jan 2009 15:57:41 -0500 Received: from [199.232.76.173] (port=44492 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LL1wi-000239-HK for emacs-orgmode@gnu.org; Thu, 08 Jan 2009 15:57:40 -0500 Received: from out2.smtp.messagingengine.com ([66.111.4.26]:56272) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LL1wi-0007Fj-6y for emacs-orgmode@gnu.org; Thu, 08 Jan 2009 15:57:40 -0500 Received: from matt-desktop (vu019215.valpo.edu [152.228.168.123]) by mail.messagingengine.com (Postfix) with ESMTPA id 31E2613D7D for ; Thu, 8 Jan 2009 15:57:39 -0500 (EST) In-Reply-To: <20090108203845.GG6973@stats.ox.ac.uk> (Dan Davison's message of "Thu\, 8 Jan 2009 20\:38\:45 +0000") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs org-mode mailing list Hi Dan, Dan Davison writes: > When creating a file link with C-c C-l, I appreciate that the initial > file: specifier is autocompleted for me, but I don't subsequently get > autocompletion on path names. Is that supposed to happen, and if not > would it be possible / how difficult would it be? Try adding a prefix argument to C-c C-l. C-u C-c C-l should do the trick. - Matt