From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug in tangling with hyperlink at beginning of line Date: Thu, 10 Sep 2015 11:14:05 +0200 Message-ID: <87si6mskki.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35085) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZZxuW-0006uV-MY for emacs-orgmode@gnu.org; Thu, 10 Sep 2015 05:13:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZZxuC-0001nz-QK for emacs-orgmode@gnu.org; Thu, 10 Sep 2015 05:12:52 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:46155) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZZxuC-0001lW-FN for emacs-orgmode@gnu.org; Thu, 10 Sep 2015 05:12:32 -0400 In-Reply-To: (Rainer M. Krug's message of "Thu, 10 Sep 2015 10:34:04 +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: Rainer M Krug Cc: emacs-orgmode@gnu.org Hello, Rainer M Krug writes: > Tangling of > > #+PROPERTY: header-args+ :comments both > > * Improved leaves > :PROPERTIES: > :header-args+: :tangle yes > :END: > List all leaves and their dependencies. Based on > [[http://zanshin.net/2014/02/03/how-to-list-brew-dependencies/]] > #+begin_src sh > echo 1 > #+end_src > > results in > > ,---- > | #!/bin/bash > | # Improved leaves > | # :PROPERTIES: > | # :header-args+: :tangle yes > | # :END: > | # List all leaves and their dependencies. Based on > | [[# http://zanshin.net/2014/02/03/how-to-list-brew-dependencies/]] <<<< Here is the error > | > | # [[file:tet.org::*Improved%20leaves][Improved\ leaves:1]] > | echo 1 > | # Improved\ leaves:1 ends here > `---- Fixed. Thank you. Regards, -- Nicolas Goaziou