Re: [O] using custom ids

2014-01-21 Thread Rustom Mody
On Tue, Jan 21, 2014 at 10:37 PM, Rustom Mody  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 <>
> 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



[O] using custom ids

2014-01-21 Thread Rustom Mody
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 <>
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]]

Is this expected behavior? Am I missing something?

Thanks
Rusi