From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [bug] fuzzy link not matching commented headlines Date: Fri, 27 Mar 2015 11:48:25 +0100 Message-ID: <87zj6yk96u.fsf@nicolasgoaziou.fr> References: <87twx7ldvi.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42562) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YbRnG-0008Rj-Jl for emacs-orgmode@gnu.org; Fri, 27 Mar 2015 06:47:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YbRnD-0003uG-Ea for emacs-orgmode@gnu.org; Fri, 27 Mar 2015 06:47:14 -0400 Received: from relay5-d.mail.gandi.net ([2001:4b98:c:538::197]:58669) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YbRnD-0003u9-8e for emacs-orgmode@gnu.org; Fri, 27 Mar 2015 06:47:11 -0400 In-Reply-To: ("Martin \=\?utf-8\?Q\?Carl\?\= \=\?utf-8\?Q\?\=C3\=A9\=22's\?\= message of "Fri, 27 Mar 2015 11:29:21 +0200") 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: Martin =?utf-8?Q?Carl=C3=A9?= Cc: emacs-orgmode@gnu.org Martin Carl=C3=A9 writes: > Great, thanks for the quick fix! > > Well, besides exports there is also tangling. Still, thanks for the > warning. I am aware of the exports 'issue' but turned it into a feature > while automatically removing unresolvable internal links. As a result, > we get a nice private comment system for notes only relevant to author > during writing phase. (Notes in drawers are fine, but cannot be linked > up, as far as I know.) You can #+NAME drawers, and therefore, link to them. Regards,