From ac7c465766d1d0d40ce68b98450eac6faad6a2e0 Mon Sep 17 00:00:00 2001 From: Eric Schulte Date: Wed, 4 Jun 2014 12:05:45 -0400 Subject: [PATCH] TODO in ob-exp.el --- lisp/ob-exp.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lisp/ob-exp.el b/lisp/ob-exp.el index 4412615d5..783892d92 100644 --- a/lisp/ob-exp.el +++ b/lisp/ob-exp.el @@ -78,6 +78,10 @@ be executed." (when heading (condition-case nil (let ((org-link-search-inhibit-query t)) + ;; TODO: When multiple headings have the same title, + ;; this returns the first, which is not always + ;; the right heading. Consider a better way to + ;; find the proper heading. (org-link-search heading)) (error (when heading (goto-char (point-min))