Since the minibuffer already prompts the user to select a link when C-c C-o triggers a choice, no need to prompt this again in the temporary window.
Objections?
diff --git a/lisp/org.el b/lisp/org.el index b58cacc..39ef466 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -8094,7 +8094,6 @@ there is one, offer it as link number zero." (save-window-excursion (delete-other-windows) (with-output-to-temp-buffer "*Select Link*" - (princ "Select link\n\n") (mapc (lambda (l) (if (not (string-match org-bracket-link-regexp l)) (princ (format "[%c] %s\n" (incf cnt)
-- Bastien
_______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. [email protected] http://lists.gnu.org/mailman/listinfo/emacs-orgmode
