From mboxrd@z Thu Jan 1 00:00:00 1970 From: Karl Voit Subject: Referring to ID in other Org-mode file Date: Sat, 23 Jul 2011 17:05:35 +0200 Message-ID: <2011-07-23T17-01-42@devnull.Karl-Voit.at> Reply-To: news1142@Karl-Voit.at Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:35638) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qkdm5-0000o7-4i for emacs-orgmode@gnu.org; Sat, 23 Jul 2011 11:05:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qkdm4-00062n-4n for emacs-orgmode@gnu.org; Sat, 23 Jul 2011 11:05:53 -0400 Received: from lo.gmane.org ([80.91.229.12]:54083) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qkdm3-00062e-VU for emacs-orgmode@gnu.org; Sat, 23 Jul 2011 11:05:52 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Qkdm0-0002CV-Mg for emacs-orgmode@gnu.org; Sat, 23 Jul 2011 17:05:48 +0200 Received: from mail.michael-prokop.at ([88.198.6.110]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 23 Jul 2011 17:05:48 +0200 Received: from news1142 by mail.michael-prokop.at with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 23 Jul 2011 17:05: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 Hi! How can I refer to an ID in another Org-mode file (withing the same folder)? ,----[ file:foo.org ] | * This is interesting | :PROPERTIES: | :ID: interesting | :END: `---- ,----[ file:bar.org ] | I would like you to point to id:foo.org#interesting `---- The link like this does not (yet) work. How can I accomplish this? 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. -- Karl Voit