From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: Re: Shortcut to file Date: Sun, 16 Mar 2014 12:31:34 +0800 Message-ID: <87zjkqzrvd.fsf@ericabrahamsen.net> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44919) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WP2hF-0007LT-QW for emacs-orgmode@gnu.org; Sun, 16 Mar 2014 00:29:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WP2h8-0000Z1-Gm for emacs-orgmode@gnu.org; Sun, 16 Mar 2014 00:29:13 -0400 Received: from plane.gmane.org ([80.91.229.3]:36104) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WP2h8-0000Yx-9r for emacs-orgmode@gnu.org; Sun, 16 Mar 2014 00:29:06 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WP2h7-0002Z7-0K for emacs-orgmode@gnu.org; Sun, 16 Mar 2014 05:29:05 +0100 Received: from 123.123.21.155 ([123.123.21.155]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 16 Mar 2014 05:29:05 +0100 Received: from eric by 123.123.21.155 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 16 Mar 2014 05:29:05 +0100 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: > 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.