From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julius Dittmar Subject: Q: setting/changing search path for links by id Date: Wed, 2 May 2018 11:27:24 +0200 Message-ID: <72a9ebdd-e793-c3fe-fa4a-303aef0035e6@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43663) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fDo2s-0004w8-8w for emacs-orgmode@gnu.org; Wed, 02 May 2018 05:27:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fDo2p-0007OV-4j for emacs-orgmode@gnu.org; Wed, 02 May 2018 05:27:30 -0400 Received: from mout.gmx.net ([212.227.15.18]:54853) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fDo2o-0007O8-PR for emacs-orgmode@gnu.org; Wed, 02 May 2018 05:27:27 -0400 Received: from [192.168.175.209] ([87.139.53.30]) by mail.gmx.com (mrgmx003 [212.227.17.190]) with ESMTPSA (Nemesis) id 0MLOMM-1fEMH91DO6-000ZzZ for ; Wed, 02 May 2018 11:27:25 +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" To: Org Mode Hi, I'd like to use links for cross referencing. As filenames are very prone to change in my system, I'd like to use IDs for those links. What I could not fathom yet is how the search path for those IDs is created. Is there a way of (session-globally) setting that search path, in a specialized init file for example? Is there a way of adding a directory to this search path from inside an org file? Thanks for any hints, Julius