emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[BUG] `org-open-at-point' surprisingly asks for tags table [9.7-pre (rel


From: Jens Schmidt
Subject: [BUG] `org-open-at-point' surprisingly asks for tags table [9.7-pre (release_9.6.7-640-ga18ebc @ /home/jschmidt/work/org-mode/lisp/)]
Date: Tue, 8 Aug 2023 21:51:10 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.14.0

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

[Prev in Thread] Current Thread [Next in Thread]