make EMACS=../emacs-master/src/emacs vanilla

Create a new Org-mode buffer with the following contents:

--------------------------------------------------
<<test>>

[[test][test link]]
--------------------------------------------------

Position point on the link then type C-c C-o: Point jumps to the link as
expected.

Now type

  C-h f org- TAB C-g

Reposition point on link, type C-c C-o.  The following prompt pops up:

  Visit tags table (default TAGS): ...

which is annoying.

It took me some time to realize that the innocent sequence

  C-h f org- TAB C-g

autoloads org-ctags, which hooks into `org-open-link-functions'
through `org-ctags-enable'.

Reply via email to