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: Sun, 20 Jan 2019 19:31:19 +0000 Message-ID: References: <6F398036-4F22-4C71-A898-FC10A8F7F04D@ucsd.edu> 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]:52529) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1glIoW-0002Ph-Fv for emacs-orgmode@gnu.org; Sun, 20 Jan 2019 14:31:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1glIoU-0004E4-VJ for emacs-orgmode@gnu.org; Sun, 20 Jan 2019 14:31:24 -0500 Received: from mail-oln040092013042.outbound.protection.outlook.com ([40.92.13.42]:6039 helo=NAM05-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 1glIoU-0004CU-B0 for emacs-orgmode@gnu.org; Sun, 20 Jan 2019 14:31:22 -0500 In-Reply-To: <6F398036-4F22-4C71-A898-FC10A8F7F04D@ucsd.edu> (Charles Berry's message of "Sat, 19 Jan 2019 18:21:54 +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 18, 2019, at 9:01 PM, David Masterson w= rote: >>=20 >> David Masterson writes: >>=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 figur= e >>> 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. Doe= s >>> anyone know why? I'm suspicious that I have a conflicting MELPA packag= e >>> 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? Ca= n >>> I just move the elpa directory for testing purposes and then move it >>> back later? >>=20 >> 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. > > Customize `org-ctags-open-link-functions' ? > > > Have a look at the commentary in `org-ctags.el'. There are some > options for you. Hmm. Interesting. I was wondering where that was. There should be a little more information about the modules in the Org customization to give more clues on where to look for documentation on the modules. >> Is this a bug or a documentation problem? > > Not sure if it is fair to call this a bug, although being aware of > `[[#' seems a reasonable expectation. Yes, it does seem that activating this module takes over the definition of what a "link" is to be "<>" and that's unexpected. Perhaps I'll email Paul Sexton about this. Thanks -- David