emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Fwd: Re: org-open-at-point fails on internal links
@ 2017-10-09 18:38 Kyle Meyer
  2017-10-10  7:04 ` Scott Otterson
  0 siblings, 1 reply; 2+ messages in thread
From: Kyle Meyer @ 2017-10-09 18:38 UTC (permalink / raw)
  To: emacs-orgmode; +Cc: Scott Otterson

[-- Attachment #1: Type: text/plain, Size: 139 bytes --]

[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.]


[-- Attachment #2: Type: message/rfc822, Size: 1523 bytes --]

From: Kyle Meyer <kyle@kyleam.com>
To: Scott Otterson <scotto@sharpleaf.org>, Nicolas Goaziou <mail@nicolasgoaziou.fr>
Subject: Re: org-open-at-point fails on internal links
Date: Mon, 09 Oct 2017 14:32:00 -0400
Message-ID: <87info41gf.fsf@kyleam.com>

Scott Otterson <scotto@sharpleaf.org> 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: org-open-at-point fails on internal links
  2017-10-09 18:38 Fwd: Re: org-open-at-point fails on internal links Kyle Meyer
@ 2017-10-10  7:04 ` Scott Otterson
  0 siblings, 0 replies; 2+ messages in thread
From: Scott Otterson @ 2017-10-10  7:04 UTC (permalink / raw)
  To: Kyle Meyer; +Cc: Emacs-orgmode@gnu.org

[-- Attachment #1: Type: text/plain, Size: 1762 bytes --]

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 <kyle@kyleam.com> 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 <kyle@kyleam.com>
> To: Scott Otterson <scotto@sharpleaf.org>, 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 <scotto@sharpleaf.org> 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
>
>

[-- Attachment #2: Type: text/html, Size: 2707 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-10-10  7:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-09 18:38 Fwd: Re: org-open-at-point fails on internal links Kyle Meyer
2017-10-10  7:04 ` Scott Otterson

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).