From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alberto Berti Subject: storing link doesn't work from gnus Date: Thu, 12 Oct 2006 14:24:07 +0200 Message-ID: <87slht67tk.fsf@lizard.lizardnet> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GY0Tt-0002ur-Bq for emacs-orgmode@gnu.org; Thu, 12 Oct 2006 09:20:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GY0Tr-0002sy-Vn for emacs-orgmode@gnu.org; Thu, 12 Oct 2006 09:20:12 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GY0Tr-0002sl-Sd for emacs-orgmode@gnu.org; Thu, 12 Oct 2006 09:20:11 -0400 Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GY0c6-0003sI-0B for emacs-orgmode@gnu.org; Thu, 12 Oct 2006 09:28:42 -0400 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1GY0Ti-0006pU-Ci for emacs-orgmode@gnu.org; Thu, 12 Oct 2006 15:20:02 +0200 Received: from 81-174-44-47.f5.ngi.it ([81.174.44.47]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 12 Oct 2006 15:20:02 +0200 Received: from alberto by 81-174-44-47.f5.ngi.it with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 12 Oct 2006 15:20:02 +0200 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: emacs-orgmode@gnu.org Hi all, i'm using "emacs-snapshot" debian emacs 22 package and i'm having troubles trying to use function "org-store-link" on a gnus message. I tested it both on a nntp group and an imap group, the answer is always the same: "org-store-link: Invalid function:gnus-summary-article-header" I'not (yet?) an emacs expert but trying to find out where the problem can be i have loaded the package with the sources (emacs-snapshot-el) and i've found that it's there, defined as: (defmacro gnus-summary-article-header (&optional number) "Return the header of article NUMBER." `(gnus-data-header (gnus-data-find ,(or number '(gnus-summary-article-number))))) I don't know which version of org-mode is packaged with emacs-snapshot but the package has the date 20061009 and gnus states to be v 5.11 any hint? bye alberto