On Tue, Jan 21, 2014 at 10:37 PM, Rustom Mody <rustompm...@gmail.com> wrote: > After Nicholas recently directed my attention to custom_ids Ive been using > them. > > Now I find this: > In a file say foo.org, I have an anchor point and a link point. > > If I write the anchor as > * Head <<ppe>> > I can write the link as [[ppe][Description]] > > However if I write the anchor as > * Head > :PROPERTIES: > :CUSTOM_ID: ppe > :END: > > then the above link does not produce an html link at all > Instead Ive to write > [[file.html#ppe][Description]]
Ok So I need to write [[#ppe][Description]] Sorry for the noise