From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marco Wahl Subject: Re: Internal links not working? Date: Wed, 15 Oct 2014 23:27:49 +0200 Message-ID: <84oatd9g6i.fsf@tm6592.fritz.box> References: <8761fljmwc.fsf@wmi.amu.edu.pl> <8738apjj16.fsf@wmi.amu.edu.pl> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50489) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XeW78-0001Sm-6o for emacs-orgmode@gnu.org; Wed, 15 Oct 2014 17:28:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XeW71-0003a6-53 for emacs-orgmode@gnu.org; Wed, 15 Oct 2014 17:28:10 -0400 Received: from plane.gmane.org ([80.91.229.3]:60718) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XeW70-0003Zm-Tl for emacs-orgmode@gnu.org; Wed, 15 Oct 2014 17:28:03 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XeW6y-0006Wo-MX for emacs-orgmode@gnu.org; Wed, 15 Oct 2014 23:28:00 +0200 Received: from stgt-5f716d39.pool.mediaways.net ([95.113.109.57]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 15 Oct 2014 23:28:00 +0200 Received: from marcowahlsoft by stgt-5f716d39.pool.mediaways.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 15 Oct 2014 23:28:00 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org >> #+TITLE: Link testing >> >> * Heading >> :PROPERTIES: >> :CUSTOM_ID: link-target >> :END: >> >> * Second heading >> <> >> * Third heading >> * Fourth heading >> Testing linking to precise targets, not headings: >> <> >> * 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