From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rustom Mody Subject: using custom ids Date: Tue, 21 Jan 2014 22:37:29 +0530 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35833) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5ens-0006HM-Vs for emacs-orgmode@gnu.org; Tue, 21 Jan 2014 12:08:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W5enn-0007Ak-7l for emacs-orgmode@gnu.org; Tue, 21 Jan 2014 12:07:56 -0500 Received: from mail-pb0-x232.google.com ([2607:f8b0:400e:c01::232]:58239) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5enn-0007A6-1V for emacs-orgmode@gnu.org; Tue, 21 Jan 2014 12:07:51 -0500 Received: by mail-pb0-f50.google.com with SMTP id rq2so8680496pbb.9 for ; Tue, 21 Jan 2014 09:07:49 -0800 (PST) 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 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