From: John Kitchin Date: Mon, 26 Jan 2015 22:08:54 +0000 (-0500) Subject: remove custom_id. we cannot ref these. X-Git-Url: https://git.donarmstrong.com/?p=org-ref.git;a=commitdiff_plain;h=a6303d3c099b45c9baf63a60c2b9e9140daa0e3c;ds=sidebyside remove custom_id. we cannot ref these. --- 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 !!!"))))