From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Clemente Subject: Re: Re: Link to heading in another org file Date: Mon, 19 Jan 2009 16:36:27 +0100 Message-ID: <87r62ze29w.fsf@CPU107.opentrends.net> References: <87zlhui7pf.fsf@CPU107.opentrends.net> <87k58yyzik.fsf@thinkpad.tsdh.de> <87fxjmi343.fsf@CPU107.opentrends.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LOwB6-0000lG-Dz for emacs-orgmode@gnu.org; Mon, 19 Jan 2009 10:36:40 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LOwB4-0000kF-Oi for emacs-orgmode@gnu.org; Mon, 19 Jan 2009 10:36:40 -0500 Received: from [199.232.76.173] (port=45486 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LOwB4-0000jv-AZ for emacs-orgmode@gnu.org; Mon, 19 Jan 2009 10:36:38 -0500 Received: from fg-out-1718.google.com ([72.14.220.157]:31390) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LOwB3-0007KR-Nk for emacs-orgmode@gnu.org; Mon, 19 Jan 2009 10:36:38 -0500 Received: by fg-out-1718.google.com with SMTP id l26so1367529fgb.30 for ; Mon, 19 Jan 2009 07:36:33 -0800 (PST) In-Reply-To: <87fxjmi343.fsf@CPU107.opentrends.net> (Daniel Clemente's message of "Wed, 14 Jan 2009 11:38:52 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Could this [[file proj.org::*some heading]] syntax be documented? I attach a simple patch: --- a/doc/org.texi +++ b/doc/org.texi @@ -2626,6 +2626,9 @@ file:/home/dominik/images/jupiter.jpg @r{file, absolute path} /home/dominik/images/jupiter.jpg @r{same as above} file:papers/last.pdf @r{file, relative path} ./papers/last.pdf @r{same as above} +file:projects.org @r{another org file} +file:projects.org::some words @r{text search in org file} +file:projects.org::*task title @r{heading search in org file} news:comp.emacs @r{Usenet link} mailto:adent@@galaxy.net @r{Mail link} vm:folder @r{VM folder link} Thanks, Daniel Daniel Clemente writes: > Ok, so it was [[file:proj.org::*some heading]] instead of [[file:proj.org#*some heading]], fine. > > Could it be documented as example in http://orgmode.org/manual/External-links.html#External-links > This also refers to it: http://orgmode.org/manual/Publishing-links.html#Publishing-links > > > Daniel