emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Carsten Dominik <dominik@science.uva.nl>
To: Bernard Adrian <bernadrian@free.fr>
Cc: emacs-orgmode@gnu.org
Subject: Re: Re: storing link doesn't work from Gnus
Date: Mon, 27 Nov 2006 09:43:50 +0100	[thread overview]
Message-ID: <18ea7cd3cfdffed8ca1feb29d03060d1@science.uva.nl> (raw)
In-Reply-To: <86u00leup1.fsf@machine.ici.fr>

Lets just get this streight:  You are all talking about an error

"org-store-link: Invalid function:gnus-summary-article-header"

In  my version of gnus, this marco is defined in the file gnus-sum.el.

The only place this macro is used in org.el is in org-store-link,
and it looks like this:


      ((memq major-mode '(gnus-summary-mode gnus-article-mode))
       (require 'gnus-sum)
       (and (eq major-mode 'gnus-article-mode) 
(gnus-article-show-summary))
       (gnus-summary-beginning-of-article)
       (let* ((group (car gnus-article-current))
	     (article (cdr gnus-article-current))
	     (header (gnus-summary-article-header article))
	     (author (mail-header-from header))
	     (message-id (mail-header-id header))
	     (date (mail-header-date header))
	     (subject (gnus-summary-subject-string)))
	(setq cpltxt (concat author " on: " subject))


In the second line I am explicitly requiring gnus-sum, so the macro 
will be
available when called.  Could the people who are seeing this bug please
check if

- gnus-summary-article-header is defined in a different file

or

- if there is another file in their gnus distribution that
   does (provide 'gnus-sum)

Otherwise I am really out of ideas on this one.

- Carsten


On Nov 26, 2006, at 22:58, Bernard Adrian wrote:

> Bernard Adrian <bernadrian@free.fr> a écrit :
>
>> I guess my emacs-version or my gnus-version is responsible :
>>
>> Gnus v5.11
>> Emacs 22.0.51.1 (Emacs-multi-tty).
>
> Same problem with emacs-snapshot (Emacs 22.0.91.1)...
>
> For some reasons i have to keep emacs21 on my system too. Maybe this
> can disturb...
> -- 
> Bernard Adrian PGP 031A938D
>
> _______________________________________________
> Emacs-orgmode mailing list
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>

--
Carsten Dominik
Sterrenkundig Instituut "Anton Pannekoek"
Universiteit van Amsterdam
Kruislaan 403
NL-1098SJ Amsterdam
phone: +31 20 525 7477

      parent reply	other threads:[~2006-11-27  9:16 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-10-12 16:28 storing link doesn't work from Gnus Giovanni Ridolfi
2006-11-25 22:08 ` Bernard Adrian
2006-11-26 21:58   ` Bernard Adrian
2006-11-26 22:36     ` Maurice Boucher
2006-11-27  9:51       ` Carsten Dominik
2006-11-27 11:55         ` Maurice Boucher
2006-11-27 12:09           ` Carsten Dominik
2006-11-27 14:20             ` Maurice Boucher
2006-11-27 20:28               ` Carsten Dominik
2006-11-27 20:24         ` Bernard Adrian
2006-11-28  6:55           ` Carsten Dominik
2006-11-28 13:37             ` J. David Boyd
2006-11-27  8:43     ` Carsten Dominik [this message]

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=18ea7cd3cfdffed8ca1feb29d03060d1@science.uva.nl \
    --to=dominik@science.uva.nl \
    --cc=bernadrian@free.fr \
    --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).