From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Brand Subject: Re: Re: "No link found" error during export of source block when headline has link Date: Mon, 4 Oct 2010 21:07:56 +0200 Message-ID: References: <87wrqdui8o.fsf@noorul.maa.corp.collab.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from [140.186.70.92] (port=58667 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P2qT9-0001l6-HE for emacs-orgmode@gnu.org; Mon, 04 Oct 2010 15:13:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P2qOF-0001Zi-Lx for emacs-orgmode@gnu.org; Mon, 04 Oct 2010 15:08:00 -0400 Received: from mail-gx0-f169.google.com ([209.85.161.169]:43797) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P2qOF-0001Ze-JN for emacs-orgmode@gnu.org; Mon, 04 Oct 2010 15:07:59 -0400 Received: by gxk24 with SMTP id 24so2699765gxk.0 for ; Mon, 04 Oct 2010 12:07:58 -0700 (PDT) In-Reply-To: <87wrqdui8o.fsf@noorul.maa.corp.collab.net> 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: Noorul Islam K M Cc: emacs-orgmode@gnu.org >> * [[http://www.example.com][example]] There is an other issue with this, let me name it issue2: It is not yet possible to link to such a heading with something like e. g. [[*%5b%5bhttp://www.example.com%5d%5bexample%5d%5d][example]] although I think the syntax is not ambiguous and allows to do this or am I wrong here? CUSTOM_ID could be used in this case but for me it would only be a workaround. I tried to fix issue2 by changing org-link-re-with-space3 but all my trials that solved issue2 introduced new issues with other link types. Can someone please help? Am I on the wrong path with org-link-re-with-space3?