From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Subject: org-capture in message-mode buffer Date: Wed, 04 May 2011 20:26:56 +0800 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([140.186.70.92]:37387) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QHbAc-0000Uw-Vn for emacs-orgmode@gnu.org; Wed, 04 May 2011 08:27:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QHbAb-00031q-Jw for emacs-orgmode@gnu.org; Wed, 04 May 2011 08:27:10 -0400 Received: from lo.gmane.org ([80.91.229.12]:40148) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QHbAb-00031c-EC for emacs-orgmode@gnu.org; Wed, 04 May 2011 08:27:09 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QHbAZ-0006J8-HB for emacs-orgmode@gnu.org; Wed, 04 May 2011 14:27:07 +0200 Received: from th041154.ip.tsinghua.edu.cn ([59.66.41.154]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 04 May 2011 14:27:07 +0200 Received: from sdl.web by th041154.ip.tsinghua.edu.cn with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 04 May 2011 14:27:07 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hello, I am running orgmode from git 2011-04-29 on Emacs 23.3.50. In a message mode buffer, M-x org-capture to get the following error: --8<---------------cut here---------------start------------->8--- Debugger entered--Lisp error: (error "Can not create link: No Gcc header found.") signal(error ("Can not create link: No Gcc header found.")) error("Can not create link: No Gcc header found.") org-gnus-store-link() run-hook-with-args-until-success(org-gnus-store-link) org-store-link(nil) org-capture(nil) call-interactively(org-capture nil nil) --8<---------------cut here---------------end--------------->8--- Leo