[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Orgmode] Re: [PATCH] Allow regexps in org-file-apps to capture link
From: |
Jan Böcker |
Subject: |
Re: [Orgmode] Re: [PATCH] Allow regexps in org-file-apps to capture link parameters using groups |
Date: |
Mon, 05 Apr 2010 12:07:59 +0200 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.8) Gecko/20100301 Shredder/3.0.3 |
On 05.04.2010 02:33, Luke Amdor wrote:
> Hi guys, I believe I found one little thing that this patch broke. That
> is linking to either a text search or heading search in a different org
> file. I've attached two files which illustrate this. The first file
> test.org <http://test.org> contains a link to a heading search of "*
> Hello" in the other file (other.org <http://other.org>). Let me know if
> you need any more information. Thanks.
>
> Luke
>
Hi Luke,
this works for me. I saved both files to ~/tmp/, opened test.org, and
pressed RET while the cursor was on the link. This brought the cursor to
the * One heading in other.org (the link was
[[file:other.org::*One][jump to one]] ).