From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Adding path and file name into file links Date: Mon, 19 Nov 2007 03:04:08 +0000 Message-ID: <874pfjrl5j.fsf@bzg.ath.cx> References: <2c75873c0711180039y31135f57yc018c4bc6f122897@mail.gmail.com> <87hcjj7rzq.fsf@bzg.ath.cx> <2c75873c0711180321m74d8c599ic2b84c2b966c6b01@mail.gmail.com> 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 1Itwvm-0002mX-TG for emacs-orgmode@gnu.org; Sun, 18 Nov 2007 22:04:14 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Itwvl-0002m8-E6 for emacs-orgmode@gnu.org; Sun, 18 Nov 2007 22:04:14 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Itwvl-0002m5-AX for emacs-orgmode@gnu.org; Sun, 18 Nov 2007 22:04:13 -0500 Received: from mu-out-0910.google.com ([209.85.134.186]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Itwvk-0002II-T8 for emacs-orgmode@gnu.org; Sun, 18 Nov 2007 22:04:13 -0500 Received: by mu-out-0910.google.com with SMTP id i2so2494421mue for ; Sun, 18 Nov 2007 19:04:12 -0800 (PST) In-Reply-To: <2c75873c0711180321m74d8c599ic2b84c2b966c6b01@mail.gmail.com> (Graham Smith's message of "Sun, 18 Nov 2007 11:21:35 +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-orgmode@gnu.org "Graham Smith" writes: > However, I cant get C-u C-c C-l to work. > > I still seem to need to type in the file path and file name, rather > than have the ability to search for a file. I you want to *search* for a file in dired then copy this file into the Emacs kill-ring, then you can use the function I wrote. I you know where is the file and want to link to it, then C-u C-c C-l should be enough. You will still have to do type something but it's not a lot of work, especially because TAB will suggest possible completion. > Presumably I am missing the obvious. Just remember Org is an Emacs mode, not a W32 feature :) -- Bastien