From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Masterson Subject: Re: org-open-at-point calls visit-tags-table ?!? org-ctags module bug? Date: Sat, 19 Jan 2019 05:01:11 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:60366) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gkil7-0003MW-7E for emacs-orgmode@gnu.org; Sat, 19 Jan 2019 00:01:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gkil3-000599-At for emacs-orgmode@gnu.org; Sat, 19 Jan 2019 00:01:28 -0500 Received: from mail-oln040092002057.outbound.protection.outlook.com ([40.92.2.57]:6258 helo=NAM01-SN1-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gkikx-0004vT-Fg for emacs-orgmode@gnu.org; Sat, 19 Jan 2019 00:01:23 -0500 In-Reply-To: (David Masterson's message of "Fri, 18 Jan 2019 02:59:59 +0000") Content-Language: en-US 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" To: "emacs-orgmode@gnu.org" David Masterson writes: > I have various Org files with internal hyperlinks of the form > [[#mylink][My Link]] that should point to a header with the appropriate > CUSTOM_ID property that I've setup. For some reason that I can't figure > out, when I call org-open-at-point (C-c C-o) on the link, it tries to > open a tags table (visit-tags-table) which is not what I expected. Does > anyone know why? I'm suspicious that I have a conflicting MELPA package > for Org of some sort, but I don't know where to start to debug this. > What's the safest way of turning off the packages in .emacs.d/elpa? Can > I just move the elpa directory for testing purposes and then move it > back later? After some testing, I find that the problem is when I turn on the org-ctags module in the Org customization, but I'm not sure what to do about it. Is this a bug or a documentation problem? -- David