From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rustom Mody Subject: Re: using custom ids Date: Tue, 21 Jan 2014 23:21:53 +0530 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45129) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5fUm-0002cT-MT for emacs-orgmode@gnu.org; Tue, 21 Jan 2014 12:52:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W5fUl-0004DQ-Lk for emacs-orgmode@gnu.org; Tue, 21 Jan 2014 12:52:16 -0500 Received: from mail-pd0-x234.google.com ([2607:f8b0:400e:c02::234]:55297) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5fUl-0004D8-ER for emacs-orgmode@gnu.org; Tue, 21 Jan 2014 12:52:15 -0500 Received: by mail-pd0-f180.google.com with SMTP id x10so7223195pdj.11 for ; Tue, 21 Jan 2014 09:52:14 -0800 (PST) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode 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