浏览代码

TODO in ob-exp.el

Eric Schulte 11 年之前
父节点
当前提交
ac7c465766
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      lisp/ob-exp.el

+ 4 - 0
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))