From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Lundin Subject: Re: Complete file names when inserting a link Date: Wed, 15 Apr 2009 16:25:05 -0500 Message-ID: <87fxg9obim.fsf@fastmail.fm> References: <87ocux280o.fsf@CPU107.opentrends.net> 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 1LuCbc-0004cv-42 for emacs-orgmode@gnu.org; Wed, 15 Apr 2009 17:25:16 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LuCbW-0004W0-EA for emacs-orgmode@gnu.org; Wed, 15 Apr 2009 17:25:15 -0400 Received: from [199.232.76.173] (port=52065 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LuCbW-0004Vu-3n for emacs-orgmode@gnu.org; Wed, 15 Apr 2009 17:25:10 -0400 Received: from out2.smtp.messagingengine.com ([66.111.4.26]:53129) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LuCbV-00062L-SE for emacs-orgmode@gnu.org; Wed, 15 Apr 2009 17:25:09 -0400 In-Reply-To: <87ocux280o.fsf@CPU107.opentrends.net> (Daniel Clemente's message of "Wed, 15 Apr 2009 18:31:35 +0200") 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: Daniel Clemente Cc: mailing-list-org-mode Hi Daniel, Daniel Clemente writes: > Hi; with latest org-mode and emacs -Q, I pressed: > > 1. C-c C-l > 2. file:/ > 3. TAB > > I get [No match]. I expected that I could complete file names as in > C-x C-f, without changing any setting. Is this a bug? To get completion, you need to call org-insert-link with a prefix argument: C-u C-c C-l See this FAQ: http://http://orgmode.org/worg/org-faq.php#completion-of-file-links Regards, Matt