TODO in ob-exp.el
This commit is contained in:
parent
a5991acd69
commit
ac7c465766
|
@ -78,6 +78,10 @@ be executed."
|
||||||
(when heading
|
(when heading
|
||||||
(condition-case nil
|
(condition-case nil
|
||||||
(let ((org-link-search-inhibit-query t))
|
(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))
|
(org-link-search heading))
|
||||||
(error (when heading
|
(error (when heading
|
||||||
(goto-char (point-min))
|
(goto-char (point-min))
|
||||||
|
|
Loading…
Reference in New Issue