Re: Unable to follow gnus links

2021-10-04 Thread Tom Ed White
Ihor Radchenko writes: > Tom Ed White writes: > >> I was able to fix the problem for the time being by changing the >> arguments to: >> >> (defun org-gnus-open (path _) >> >> The keystroke I use is C-c C-o, which runs org-open-at-point which is in >> org.el. > > I understand. But it does not

Re: Unable to follow gnus links

2021-10-04 Thread Ihor Radchenko
Tom Ed White writes: > I was able to fix the problem for the time being by changing the > arguments to: > > (defun org-gnus-open (path _) > > The keystroke I use is C-c C-o, which runs org-open-at-point which is in > org.el. I understand. But it does not solve the potential problem for other

Re: Unable to follow gnus links

2021-10-03 Thread Tom Ed White
Ihor Radchenko writes: > Tom Ed White 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

Re: Unable to follow gnus links

2021-10-03 Thread Ihor Radchenko
Tom Ed White 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))

Unable to follow gnus links

2021-09-27 Thread Tom Ed White
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