From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: V5.16b: C-c a e no more functioning Date: Wed, 05 Dec 2007 11:42:43 +0000 Message-ID: <87k5nticzw.fsf@bzg.ath.cx> References: 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 1IzskR-0004MR-Jo for emacs-orgmode@gnu.org; Wed, 05 Dec 2007 06:49:03 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IzskP-0004KN-UO for emacs-orgmode@gnu.org; Wed, 05 Dec 2007 06:49:03 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IzskP-0004KG-Nr for emacs-orgmode@gnu.org; Wed, 05 Dec 2007 06:49:01 -0500 Received: from wr-out-0506.google.com ([64.233.184.230]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IzskP-0001Zo-F2 for emacs-orgmode@gnu.org; Wed, 05 Dec 2007 06:49:01 -0500 Received: by wr-out-0506.google.com with SMTP id 37so3274412wra for ; Wed, 05 Dec 2007 03:48:59 -0800 (PST) In-Reply-To: (Rainer Stengele's message of "Wed, 05 Dec 2007 11:32:18 +0100") 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 Rainer, Rainer Stengele writes: > 1. I cannot export anymore. > After C-c a e I get this error: > > eval: Wrong type argument: listp, 88 > > (same with my colleague at 5.13e) Can you give a full backtrace? Just eval this: (setq debug-on-error t) Maybe the relevant part of the source file could also help. BTW, Carsten wrote a useful section on how to provide feedback in general: (info "(org)Feedback") Thanks! -- Bastien