From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Masterson Subject: Re: org-open-at-point calls visit-tags-table ?!? Date: Fri, 18 Jan 2019 19:36:05 +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]:57888) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gkZwH-00060F-Dt for emacs-orgmode@gnu.org; Fri, 18 Jan 2019 14:36:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gkZwC-0004Fi-4D for emacs-orgmode@gnu.org; Fri, 18 Jan 2019 14:36:22 -0500 Received: from mail-oln040092004035.outbound.protection.outlook.com ([40.92.4.35]:57965 helo=NAM02-CY1-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 1gkZw5-0003lT-6r for emacs-orgmode@gnu.org; Fri, 18 Jan 2019 14:36:15 -0500 In-Reply-To: (Charles Berry's message of "Fri, 18 Jan 2019 18:28:21 +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: "Berry, Charles" Cc: "emacs-orgmode@gnu.org" "Berry, Charles" writes: >> On Jan 17, 2019, at 6:59 PM, David Masterson w= rote: >>=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. I'm using org 9.2. >> 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 installation. If it works OK start bisecting from there. Ah, "-Q" instead of "-q". I'll have to see if that inhibits package initialization. > Alternatively, you could instrument[1] `org-open-at-point', try the link = and see where it goes awry. > [1] (info "(elisp) Instrumenting") Hmm. Thanks. -- David