Hi, that's what I feared... I know it works with the CUSTOM_ID property. Unfortunately, I'd like to link to an item in a list. Is there a (possibly dirty) work around? Best regards, Sébastien 2013/12/29 Nicolas Goaziou > Hello, > > Sébastien Brisard writes: > > > I'm facing a problem with links accross multiple org files, when I > publish > > to HTML. Here is a minimal working example. file1.org looks like > > > > <> Target 1 > > > > [[target1][Go to target #1]] > > > > [[file:./file2.org::target2][Go to target #2]] > > > > while file2.org looks like > > > > <> Target 2 > > > > In emacs, when I click on the second link, it opens file2.org all right. > > However, when I export to html, here is what file1.html looks like > > > > > >
> >

file1

> >

> > Target 1 > >

> > > >

> > Go to target #1 > >

> > > >

> > Go to target #2 > >

> >
> >
> > ... > >
> > > > The second link should read (I believe) > > > > Go to target #2 > > There's no support for exporting links to targets across files. You can > only target a headline, through its custom-id, e.g., > > [[file:./file2.org::#custom-id][...]] > > or through its title > > [[file:/file2.org::*Headline title][...]] > > > Regards, > > -- > Nicolas Goaziou >