>> is there a known issue about accepted characters in headlines that I'm not >> aware of ?
> There should be none, please test master if you can and report any > problem. Using org-store-link followed by, in another file, org-insert-link RET RET fails on the following headline : * [[http://www.anywho.com/][test]] with No match - create this as a new heading? If the link is created in the same file, then it fails by trying to open the badly parsed url: http://www.anywho.com/][test]] (the desired behavior being to jump to the headline, not following the link). Shouldn't links be put in titles, or shouldn't titles with links inside them be linked to ? O:-)