diff --git a/lisp/org.el b/lisp/org.el index f4a32b16b..07d790f74 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -11898,7 +11898,7 @@ Return the position where this entry starts, or nil if there is no such entry." (when (re-search-forward (concat "^[ \t]*:ID:[ \t]+" (regexp-quote id) "[ \t]*$") nil t) - (org-back-to-heading) + (org-back-to-heading t) (point)))))) ;;;; Timestamps