0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-20 02:49:05 +00:00

Fix critical bug in ID search.

Patch by Michael Hohmuth.
This commit is contained in:
Carsten Dominik 2009-06-19 12:13:41 +02:00
parent 4a53cead37
commit 62142723fd

View file

@ -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