[வியாழன் டிசம்பர் 12, 2024] Fraga, Eric wrote:
> Hello all, > > I upgraded both Emacs (from git) and org (elpa) in the last couple of > days. Today I find that I get the following error using > org-open-at-point: > > Debugger entered--Lisp error: (void-function nil) > nil() > org-gnus-follow-link("nnml+outlook:mail.dt2022" "[...]") > org-gnus-open("nnml+outlook:mail.dt2022#[...]" nil) > org-link-open((link (:standard-properties [1994 nil 2111 2179 2181 0 nil > nil nil nil nil nil nil nil #<buffer todo.org> nil nil (paragraph > (:standard-properties [1994 1994 1994 2182 2182 0 nil nil element t (3 . > 1815) nil nil nil #<buffer todo.org> nil nil (item ...)]))] :type "gnus" > :type-explicit-p t :path "nnml+outlook:mail.dt2022#[...]" :format bracket > :raw-link "gnus:nnml+outlook:mail.dt2022#[...]" :application nil > :search-option nil)) nil) > org-open-at-point(nil) > funcall-interactively(org-open-at-point nil) > command-execute(org-open-at-point) > > with message reference elided. > > I cannot really reduce this to a minimal example or use -Q due to need > to have gnus configured. > > Any suggestions on how to resolve this? The vast majority of my TODO > entries have gnus email links and they have always worked just fine. > The problem could, of course, be with gnus but I cannot tell from the > above backtrace. A shot in the dark after looking at org-gnus-follow-link: what is the value of org-link-frame-setup? Does it have the gnus entry?