From mboxrd@z Thu Jan 1 00:00:00 1970 From: Memnon Anon Subject: Re: Referring to ID in other Org-mode file Date: Sat, 23 Jul 2011 15:45:04 +0000 (UTC) Message-ID: <8739hxnhio.fsf@mean.albasani.net> References: <2011-07-23T17-01-42@devnull.Karl-Voit.at> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([140.186.70.92]:50776) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QkeOF-0002PZ-O7 for emacs-orgmode@gnu.org; Sat, 23 Jul 2011 11:45:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QkeOE-0004c6-Mv for emacs-orgmode@gnu.org; Sat, 23 Jul 2011 11:45:19 -0400 Received: from lo.gmane.org ([80.91.229.12]:34292) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QkeOE-0004bp-Bu for emacs-orgmode@gnu.org; Sat, 23 Jul 2011 11:45:18 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QkeOC-0004Kl-Q5 for emacs-orgmode@gnu.org; Sat, 23 Jul 2011 17:45:16 +0200 Received: from e178218179.adsl.alicedsl.de ([85.178.218.179]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 23 Jul 2011 17:45:16 +0200 Received: from gegendosenfleisch by e178218179.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 23 Jul 2011 17:45:16 +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 Karl Voit writes: > How can I refer to an ID in another Org-mode file (withing the same > folder)? [...] > I was searching in the Org-mode manual but could not find any > solution for my problem. Either this is not possible or I could not > find the (existing) solution yet. ,----[ (info "(org)Search options") ] | Here is the syntax of the different ways to attach a search to a file | link, together with an explanation: | | [[file:~/code/main.c::255]] | [[file:~/xx.org::My Target]] | [[file:~/xx.org::*My Target]] ! [[file:~/xx.org::#my-custom-id]] | [[file:~/xx.org::/regexp/]] `---- ? Memnon