From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Meyer Subject: Re: org-open-at-point fails on internal links Date: Sat, 07 Oct 2017 11:01:03 -0400 Message-ID: <87infrovdc.fsf@kyleam.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49137) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e0qbH-0007rz-7O for Emacs-orgmode@gnu.org; Sat, 07 Oct 2017 11:01:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e0qbE-0003dt-4n for Emacs-orgmode@gnu.org; Sat, 07 Oct 2017 11:01:11 -0400 Received: from pb-smtp2.pobox.com ([64.147.108.71]:52529 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1e0qbD-0003cu-Ve for Emacs-orgmode@gnu.org; Sat, 07 Oct 2017 11:01:08 -0400 In-Reply-To: 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: Scott Otterson , "Emacs-orgmode@gnu.org" Hello, Scott Otterson writes: > When I click on an internal link to an anchor, I get the error message: > > "Wrong type argument: number-or-marker-p" > > The same happens if I type C-c C-o on the link. This is mapped > to org-open-at-point, which should handle internal links. [...] > This behavior is new, I believe since the last org package update. I'm > currently on org mode version 9.1.2. > > ------ Example Org File ----------- > > * headline 1 > <> > * headline 2 > *** [[Anchor 1]] CLICK ON THIS FWIW I'm not able to reproduce this with 9.1.2. -- Kyle