Re: [O] problem with html export of links

2016-09-26 Thread Nicolas Goaziou
Hello,

Johannes Brauer  writes:

> I have two files.
>
>  a.org contains the anchor defined by custom_id property
>
> * headline
>   :PROPERTIES:
>   :CUSTOM_ID: anchor
>   :END:
>
> and
>
> b.org contains the link to a headline in a.org with custom id #anchor
>
> [[file:a.org::#anchor]]
>
> Clicking the link in b.org all works fine. But exporting b.org to html I get 
>
> …
>   b.org contains the link to a headline in a.org with custom id #anchor
>   
>
>   
>   a.html#MissingReference
>   
> ...
> with #MissingReference instead of #anchor. I cannot figure out, what
> the failure is.

You probably need to upgrade Org, as I cannot reproduce the error.

Regards,

-- 
Nicolas Goaziou



[O] problem with html export of links

2016-09-26 Thread Johannes Brauer
Hi!

I have two files.

 a.org contains the anchor defined by custom_id property

* headline
  :PROPERTIES:
  :CUSTOM_ID: anchor
  :END:

and

b.org contains the link to a headline in a.org with custom id #anchor

[[file:a.org::#anchor]]

Clicking the link in b.org all works fine. But exporting b.org to html I get 

…
  b.org contains the link to a headline in a.org with custom id #anchor
  

  
  a.html#MissingReference
  
...
with #MissingReference instead of #anchor. I cannot figure out, what the 
failure is.

Johannes