emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* using custom ids
@ 2014-01-21 17:07 Rustom Mody
  2014-01-21 17:51 ` Rustom Mody
  0 siblings, 1 reply; 2+ messages in thread
From: Rustom Mody @ 2014-01-21 17:07 UTC (permalink / raw)
  To: emacs-orgmode

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]]

Is this expected behavior? Am I missing something?

Thanks
Rusi

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: using custom ids
  2014-01-21 17:07 using custom ids Rustom Mody
@ 2014-01-21 17:51 ` Rustom Mody
  0 siblings, 0 replies; 2+ messages in thread
From: Rustom Mody @ 2014-01-21 17:51 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-01-21 17:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-21 17:07 using custom ids Rustom Mody
2014-01-21 17:51 ` Rustom Mody

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).