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: Eric Abrahamsen
Subject: Re: Org-store-link in Gnus summary fails
Date: Sat, 11 Nov 2017 07:52:40 -0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Michael Heerdegen <michael_heerdegen@web.de> writes:

> Narendra Joshi <narendraj9@gmail.com> writes:
>
>> 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)
>
> This kind of error happens when a file had been compiled without the
> according macro definition been loaded.
>
> If just recompiling doesn't help, there is probably a missing dependency
> (at compile time).

It looks like org-gnus is missing several dependencies:

(eval-when-compile
  (require 'gnus-sum)
  (require 'nnheader)
  (require 'nnir))



reply via email to

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