|
@@ -290,7 +290,8 @@ or new, let the user edit the definition of the footnote."
|
|
(goto-char (point-max))
|
|
(goto-char (point-max))
|
|
(insert "\n\n* " org-footnote-section "\n")))
|
|
(insert "\n\n* " org-footnote-section "\n")))
|
|
;; Now go to the end of this entry and insert there.
|
|
;; Now go to the end of this entry and insert there.
|
|
- (org-footnote-goto-local-insertion-point))
|
|
|
|
|
|
+ (org-footnote-goto-local-insertion-point)
|
|
|
|
+ (org-show-context 'link-search))
|
|
(t
|
|
(t
|
|
(setq re (concat "^" org-footnote-tag-for-non-org-mode-files "[ \t]*$"))
|
|
(setq re (concat "^" org-footnote-tag-for-non-org-mode-files "[ \t]*$"))
|
|
(unless (re-search-forward re nil t)
|
|
(unless (re-search-forward re nil t)
|