From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Meyer Subject: Re: Parent path for links Date: Thu, 19 Feb 2015 19:07:54 -0500 Message-ID: <87bnkpla1x.fsf@kyleam.com> References: <54E67681.1070907@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51003) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YOb8W-0002WH-5I for emacs-orgmode@gnu.org; Thu, 19 Feb 2015 19:08:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YOb8R-0007Kb-2d for emacs-orgmode@gnu.org; Thu, 19 Feb 2015 19:08:04 -0500 Received: from mail-qg0-f54.google.com ([209.85.192.54]:45184) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YOb8Q-0007KP-VG for emacs-orgmode@gnu.org; Thu, 19 Feb 2015 19:07:59 -0500 Received: by mail-qg0-f54.google.com with SMTP id z60so10661239qgd.13 for ; Thu, 19 Feb 2015 16:07:56 -0800 (PST) In-Reply-To: <54E67681.1070907@gmail.com> (Christian Wittern's message of "Fri, 20 Feb 2015 08:49:21 +0900") 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: Christian Wittern Cc: emacs-orgmode@gnu.org Christian Wittern wrote: [...] > Look at Section 4.6 Link Abbreviations in the manual. What you would want > to do is having > > #+LINK: wp ~/working/project > > in your header, than you can reference it as [[wp:your-project.org]] instead > of [[~/working/project/your-project.org]]. Ahh... neat. I didn't know about that. Ignore my answer. -- Kyle