Explorar o código

TODO in ob-exp.el

Eric Schulte %!s(int64=11) %!d(string=hai) anos
pai
achega
ac7c465766
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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))