From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: storing link doesn't work from Gnus Date: Mon, 27 Nov 2006 09:43:50 +0100 Message-ID: <18ea7cd3cfdffed8ca1feb29d03060d1@science.uva.nl> References: <20061012162848.GA1561@isof-serv.isof.cnr.it> <86psbbch7x.fsf@machine.ici.fr> <86u00leup1.fsf@machine.ici.fr> Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gocav-00084I-LB for emacs-orgmode@gnu.org; Mon, 27 Nov 2006 04:16:09 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gocaq-0007zZ-6V for emacs-orgmode@gnu.org; Mon, 27 Nov 2006 04:16:08 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gocaq-0007zQ-1z for emacs-orgmode@gnu.org; Mon, 27 Nov 2006 04:16:04 -0500 Received: from [146.50.4.51] (helo=imap.science.uva.nl) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Gocap-0000A5-KF for emacs-orgmode@gnu.org; Mon, 27 Nov 2006 04:16:04 -0500 In-Reply-To: <86u00leup1.fsf@machine.ici.fr> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bernard Adrian Cc: emacs-orgmode@gnu.org 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)=20 (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=20 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 a =E9crit : > >> 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... > --=20 > 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