From a6303d3c099b45c9baf63a60c2b9e9140daa0e3c Mon Sep 17 00:00:00 2001 From: John Kitchin Date: Mon, 26 Jan 2015 17:08:54 -0500 Subject: [PATCH] remove custom_id. we cannot ref these. --- org-ref.org | 7 ------- 1 file changed, 7 deletions(-) diff --git a/org-ref.org b/org-ref.org index 2e9647f..db0e205 100644 --- a/org-ref.org +++ b/org-ref.org @@ -3069,13 +3069,6 @@ To get a lighter weight message about the label, ref and cite links, we define a (progn (forward-line 4) (point))))) - - ;; maybe we have a CUSTOM-ID - (org-map-entries - (lambda () (when (string= - label - (org-entry-get (point) "CUSTOM_ID")) - (throw 'result (org-get-heading))))) (beep) (throw 'result "!!! NO CONTEXT FOUND !!!")))) -- 2.39.2