emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Unable to follow gnus links


From: Ihor Radchenko
Subject: Re: Unable to follow gnus links
Date: Sun, 03 Oct 2021 16:35:30 +0800

Tom Ed White <wtomed@gmail.com> writes:

> Following gnus links in org fails with the message:
>
> funcall: Wrong number of arguments: ((t) (path _) "Follow the Gnus
> message or folder link specified by PATH." (if (string-match
> "\\`\\([^#]+\\)\\(#\\(.*\\)\\)?" path) nil (error "Error in Gnus link
> %S" path)) (let ((group (match-string-no-properties 1 path)) (article
> (match-string-no-properties 3 path))) (org-gnus-follow-link group
> article))), 1

This should not happen.  Do you open the link using org-link-open?  Can
you share backtrace after M-x debug-on-entry org-gnus-open?

Best,
Ihor



reply via email to

[Prev in Thread] Current Thread [Next in Thread]