From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Clemente Subject: Re: Complete file names when inserting a link Date: Thu, 16 Apr 2009 01:30:57 +0200 Message-ID: <87bpqxxzny.fsf@gmail.com> References: <87ocux280o.fsf@CPU107.opentrends.net> <87fxg9obim.fsf@fastmail.fm> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LuEYa-0001yI-Sn for emacs-orgmode@gnu.org; Wed, 15 Apr 2009 19:30:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LuEYW-0001u6-CE for emacs-orgmode@gnu.org; Wed, 15 Apr 2009 19:30:16 -0400 Received: from [199.232.76.173] (port=56866 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LuEYW-0001u0-86 for emacs-orgmode@gnu.org; Wed, 15 Apr 2009 19:30:12 -0400 Received: from mail-bw0-f167.google.com ([209.85.218.167]:60508) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LuEYV-00074D-Tv for emacs-orgmode@gnu.org; Wed, 15 Apr 2009 19:30:12 -0400 Received: by bwz11 with SMTP id 11so130473bwz.42 for ; Wed, 15 Apr 2009 16:30:10 -0700 (PDT) In-Reply-To: <87fxg9obim.fsf@fastmail.fm> (Matthew Lundin's message of "Wed, 15 Apr 2009 16:25:05 -0500") 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: Matthew Lundin Cc: mailing-list-org-mode El mi=C3=A9, abr 15 2009, Matthew Lundin va escriure: > 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 > Thanks. I saw as a bug not completing by default, but now I imagine some reasons = for it: not all completing methods will work well if they see a "file:" wri= tten as prefix. In addition it may be difficult to enable the file name com= pleter only as long as "file:" is written at the beginning. So I will use C-u C-c C-l -- Daniel