From: Tom Ed White <wtomed@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Unable to follow gnus links
Date: Mon, 27 Sep 2021 13:55:47 -0400 [thread overview]
Message-ID: <871r59rjh8.fsf@fiddlebike.us> (raw)
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
The function is org-gnus-open in ol-gnus.el. I found a workaround by
changing the function arguments:
(defun org-gnus-open (path &rest _ moo)
I put the "moo" argument in for testing.
I can eval the original function and run it by itself and it works fine,
so maybe the calling function is passing too many arguments. I believe
the calling function is org-open-at-point from org.el.
I'm running the latest org (20210920) from melpa. The file ol-gnus.el
gets loaded via org module customization.
next reply other threads:[~2021-09-27 17:58 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-27 17:55 Tom Ed White [this message]
2021-10-03 8:35 ` Unable to follow gnus links Ihor Radchenko
2021-10-03 15:54 ` Tom Ed White
2021-10-04 8:24 ` Ihor Radchenko
2021-10-04 19:33 ` Tom Ed White
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=871r59rjh8.fsf@fiddlebike.us \
--to=wtomed@gmail.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).