From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Brand Subject: Re: Daisy chain file/heading links Date: Tue, 10 May 2011 16:53:13 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:57942) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QJoJH-0000Uc-V4 for emacs-orgmode@gnu.org; Tue, 10 May 2011 10:53:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QJoJG-0001BM-UL for emacs-orgmode@gnu.org; Tue, 10 May 2011 10:53:15 -0400 Received: from mail-ew0-f41.google.com ([209.85.215.41]:62218) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QJoJG-0001BC-N1 for emacs-orgmode@gnu.org; Tue, 10 May 2011 10:53:14 -0400 Received: by ewy9 with SMTP id 9so2106276ewy.0 for ; Tue, 10 May 2011 07:53:13 -0700 (PDT) In-Reply-To: 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: Derek Thomas Cc: emacs-orgmode@gnu.org Hi Derek If you mean by "daisy chain a search" what I would call "outline path": no, there is no such possibility for links yet, only for refile. Once I also wanted to have this for links but now I prefer :ID: links for my use cases. Read here for more: http://thread.gmane.org/gmane.emacs.orgmode/36059 Michael On Tue, May 10, 2011 at 16:25, Derek Thomas wrote: > Hi, is there a way to daisy chain the searches in links? =A0I'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. =A0I also don't really want to set CUSTOM_ID properties for > every paragraph. =A0Thanks.