From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Berry, Charles" Subject: Re: org-open-at-point calls visit-tags-table ?!? Date: Fri, 18 Jan 2019 18:28:21 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:42344) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gkYsg-0003vD-Q5 for emacs-orgmode@gnu.org; Fri, 18 Jan 2019 13:28:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gkYsZ-00026f-4i for emacs-orgmode@gnu.org; Fri, 18 Jan 2019 13:28:34 -0500 Received: from iport-acv4-out.ucsd.edu ([132.239.0.7]:10852) by eggs.gnu.org with esmtps (TLS1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.71) (envelope-from ) id 1gkYsX-0001ys-1a for emacs-orgmode@gnu.org; Fri, 18 Jan 2019 13:28:29 -0500 Received: from HS-CGDLP5-V-MTA (localhost.localdomain [127.0.0.1]) by HS-CGDLP5-V-MTA (Postfix) with ESMTP id 58E6F7D for ; Fri, 18 Jan 2019 10:28:23 -0800 (PST) Received: from iport-acv3-out.ucsd.edu (iport-acv3-out.ucsd.edu [132.239.0.4]) by HS-CGDLP5-V-MTA (Postfix) with ESMTP id 442727F for ; Fri, 18 Jan 2019 10:28:23 -0800 (PST) In-Reply-To: Content-Language: en-US Content-ID: <04F211CBA2AC4A4AA5A8C5B751975A67@AD.UCSD.EDU> 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: David Masterson Cc: "emacs-orgmode@gnu.org" > On Jan 17, 2019, at 6:59 PM, David Masterson wr= ote: >=20 > 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. With org 9.2, this does not occur. > 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? I hope someone who uses MELPA will correct me if needed, but I'd start with= `emacs -Q' and try out your link to be sure it is not something in your in= stallation. If it works OK start bisecting from there. Alternatively, you could instrument[1] `org-open-at-point', try the link an= d see where it goes awry. HTH, Chuck [1] (info "(elisp) Instrumenting")=