From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Masterson Subject: org-open-at-point calls visit-tags-table ?!? Date: Fri, 18 Jan 2019 02:59:59 +0000 Message-ID: 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]:54440) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gkKO2-0000ID-Ji for emacs-orgmode@gnu.org; Thu, 17 Jan 2019 22:00:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gkKO1-0007h8-SS for emacs-orgmode@gnu.org; Thu, 17 Jan 2019 22:00:02 -0500 Received: from mail-oln040092007063.outbound.protection.outlook.com ([40.92.7.63]:6311 helo=NAM03-CO1-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 1gkKO1-0007f7-H8 for emacs-orgmode@gnu.org; Thu, 17 Jan 2019 22:00:01 -0500 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" 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? -- David