On 2014-10-15, at 23:27, Marco Wahl wrote: >>> #+TITLE: Link testing >>> >>> * Heading >>> :PROPERTIES: >>> :CUSTOM_ID: link-target >>> :END: >>> >>> * Second heading >>> <<target>> >>> * Third heading >>> * Fourth heading >>> Testing linking to precise targets, not headings: >>> <<Third heading>> >>> * Links >>> [[#link-target]] >>> [[target]] >>> [[Second heading]] >>> [[Third heading]] > >>> When I C-c C-o (or mouse-1) on any of the links under the last heading, >>> I am being asked for a TAGS table. > >> I instrumented for Edebug the org-open-at-point function, and I found >> the culprit: the value of org-open-link-functions is >> >> (org-ctags-find-tag org-ctags-ask-rebuild-tags-file-then-find-tag >> org-ctags-ask-append-topic) > > Looks like this setting goes back to Org module org-ctags. Possibly you > want just switch off the ctags module via > > M-x customize-variable org-modules > > Of course you could also study org-ctags and try to understand its > benefits.
Funny thing - I /never/ turned this module on! The only thing connected with tag tables in Emacs I do is I sometimes accidentally hit M-. or something like that. > Regards, Marco Thanks for your effort! -- Marcin Borkowski http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski Adam Mickiewicz University