]> git.donarmstrong.com Git - org-ref.git/commitdiff
remove custom_id. we cannot ref these.
authorJohn Kitchin <jkitchin@andrew.cmu.edu>
Mon, 26 Jan 2015 22:08:54 +0000 (17:08 -0500)
committerJohn Kitchin <jkitchin@andrew.cmu.edu>
Mon, 26 Jan 2015 22:08:54 +0000 (17:08 -0500)
org-ref.org

index 2e9647faa72b444252106c9a9bab6c2b33ff8db2..db0e205a640c15f9b5c004c4bcf59adf8a33d4fc 100644 (file)
@@ -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 !!!"))))