This morning, I updated my packages (Options -> Manage Emacs Packages -> U ->X) and now, internal links work perfectly. For the record, the updated packages were: dash-20171009.105 flycheck-20171009-1145 helm-20171009.221 kaolin-theme-20171009.1130 org-20171009 org-plus-contrib-20171009 org-ref-20171009.2019 python mode-20171005.1620 I'll let you know if the error returns. Scott On Mon, Oct 9, 2017 at 8:38 PM, Kyle Meyer wrote: > [Forwarding because the list was dropped earlier in the thread but I > didn't notice. Scott, please don't drop the list in your replies.] > > > > ---------- Forwarded message ---------- > From: Kyle Meyer > To: Scott Otterson , Nicolas Goaziou < > mail@nicolasgoaziou.fr> > Cc: > Bcc: > Date: Mon, 09 Oct 2017 14:32:00 -0400 > Subject: Re: org-open-at-point fails on internal links > Scott Otterson writes: > > > org-backward-paragraph() > > org-inside-LaTeX-fragment-p() > > org-footnote-in-valid-context-p() > > org-footnote-at-reference-p() > > ad-Advice-org-open-at-point > > [...] > > > org-mouse.el (line 907) adds code to org-mode-hook, and that code adds > > advice to org-open-at-point, and that advice calls > > org-footnote-at-reference-p > > Thanks for digging further. Indeed org-mouse.el's advice would result > in the org-footnote-at-reference-p path being executed. > > After loading org-mouse and using your example, I'm still not able to > trigger the error. Could you debug org-backward-paragraph to find out > where the error is occurring? You can do that by calling C-u C-M-x on > org-backward-paragraph or by evaluating > > (edebug-instrument-function 'org-backward-paragraph) > > -- > Kyle > >