emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Bug in tangling with hyperlink at beginning of line


From: Nicolas Goaziou
Subject: Re: [O] Bug in tangling with hyperlink at beginning of line
Date: Thu, 10 Sep 2015 11:14:05 +0200

Hello,

Rainer M Krug <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]