help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Org-store-link in Gnus summary fails


From: Narendra Joshi
Subject: Re: Org-store-link in Gnus summary fails
Date: Fri, 10 Nov 2017 20:50:12 +0530
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Narendra Joshi <narendraj9@gmail.com> writes:

> Hi,
>
> I get the following error when I try to store link to a line in Gnus
> summary. This happens because `org-store-link' tries to do a `mapcar' on
> a list of functions calling them with `funcall'. One of those items in
> the list-- `gnus-summary-article-header'-- is a macro. Hence, it
> fails. How can this be fixed? 
The strange thing is that if I go and re-evaluate the function
`org-gnus-store-link', it starts working. 

Please help me understand what is happening here. 
> Debugger entered--Lisp error: (invalid-function gnus-summary-article-header)
>   gnus-summary-article-header()
>   org-gnus-store-link()
>   #f(compiled-function (f) #<bytecode 0x174a15d>)(org-gnus-store-link)
>   mapcar(#f(compiled-function (f) #<bytecode 0x174a15d>) (org-rmail-store-link
> org-mhe-store-link org-irc-store-link org-info-store-link org-gnus-store-link
> org-docview-store-link org-bibtex-store-link org-bbdb-store-link
> org-w3m-store-link elfeed-link-store-link))
>   org-store-link(nil)
>   funcall-interactively(org-store-link nil)
>   #<subr call-interactively>(org-store-link nil nil)
>   apply(#<subr call-interactively> org-store-link (nil nil))
>   call-interactively@ido-cr+-record-current-command(#<subr 
> call-interactively> org-store-link nil nil)
>   apply(call-interactively@ido-cr+-record-current-command #<subr 
> call-interactively> (org-store-link nil nil))
>   call-interactively(org-store-link nil nil)
>   command-execute(org-store-link)
>
>
> Thanks,

-- 
Narendra Joshi



reply via email to

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