From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Shortcut to file Date: Fri, 11 Apr 2014 23:58:36 -0400 Message-ID: <87bnw7jj0z.fsf@gmail.com> References: <87zjkqzrvd.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42725) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WYp5j-000725-Vs for emacs-orgmode@gnu.org; Fri, 11 Apr 2014 23:59:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WYp5d-0005ae-Rq for emacs-orgmode@gnu.org; Fri, 11 Apr 2014 23:58:55 -0400 Received: from plane.gmane.org ([80.91.229.3]:46468) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WYp5d-0005aV-LE for emacs-orgmode@gnu.org; Fri, 11 Apr 2014 23:58:49 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WYp5c-0002E7-Bn for emacs-orgmode@gnu.org; Sat, 12 Apr 2014 05:58:48 +0200 Received: from pool-98-110-160-12.bstnma.fios.verizon.net ([98.110.160.12]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 12 Apr 2014 05:58:48 +0200 Received: from ndokos by pool-98-110-160-12.bstnma.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 12 Apr 2014 05:58:48 +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: emacs-orgmode@gnu.org Chris Henderson writes: > Looks like org-insert-link doesn't have any tab completion feature to list files on the > system. How do I get that? > > I can tab complete file+sys: but then can't do ~/directory/file.txt > > Thanks. > > On Sun, Mar 16, 2014 at 3:31 PM, Eric Abrahamsen wrote: > > Chris Henderson writes: > > > Is there any way to quickly add a file's location rather than typing > > the whole file://path/to/location. The files are mostly freemind or > > libreoffice calc/ word files. > > > > If the file or the directory is not there, it can also be created > > from within org easily. > > > > Thanks > > Are these links to files? You can use `org-insert-link' with a prefix > argument, to get the usual find-file interface, and a link inserted once > you've found it. You must have missed the "prefix argument" part of Eric's answer: C-u C-c C-l -- Nick