From mboxrd@z Thu Jan 1 00:00:00 1970 From: Derek Thomas Subject: Daisy chain file/heading links Date: Tue, 10 May 2011 09:25:22 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:43680) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QJnsO-0005ZY-O2 for emacs-orgmode@gnu.org; Tue, 10 May 2011 10:25:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QJnsK-0005EK-I4 for emacs-orgmode@gnu.org; Tue, 10 May 2011 10:25:28 -0400 Received: from mail-vx0-f169.google.com ([209.85.220.169]:63022) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QJnsK-0005EF-Fp for emacs-orgmode@gnu.org; Tue, 10 May 2011 10:25:24 -0400 Received: by vxk20 with SMTP id 20so8943870vxk.0 for ; Tue, 10 May 2011 07:25:23 -0700 (PDT) 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, is there a way to daisy chain the searches in links? I'm linking several files that are organized in a heading, subheading, paragraph format (paragraphs are numbered) and I'd like to specify a link like this [[file:example.org::*Heading::*Subheading::P. 1][test link]]. The problem is that the subheadings and paragraph numbers are not unique. I also don't really want to set CUSTOM_ID properties for every paragraph. Thanks. Derek