>> #+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. Regards, Marco -- http://www.wahlzone.de GPG: 0x0A3AE6F2