From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: [BUG] Re: error in only text exporter Date: Sun, 03 Aug 2014 16:24:45 +0800 Message-ID: <871tsyx9o2.fsf_-_@ericabrahamsen.net> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46931) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XDr6P-0006sd-UX for emacs-orgmode@gnu.org; Sun, 03 Aug 2014 04:25:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XDr6I-00007r-E0 for emacs-orgmode@gnu.org; Sun, 03 Aug 2014 04:25:13 -0400 Received: from plane.gmane.org ([80.91.229.3]:52422) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XDr6I-00006t-7x for emacs-orgmode@gnu.org; Sun, 03 Aug 2014 04:25:06 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XDr6H-00070x-8A for emacs-orgmode@gnu.org; Sun, 03 Aug 2014 10:25:05 +0200 Received: from 111.197.154.245 ([111.197.154.245]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 03 Aug 2014 10:25:05 +0200 Received: from eric by 111.197.154.245 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 03 Aug 2014 10:25:05 +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 Cc: Nicolas Goaziou Xebar Saram writes: > Hi again > > i really would appreciate any help here (i know im a neewb :) ). all > but the text exporter works. can someone guide me on how to start > debugging this? This bug was introduced in dd6b4ff -- in `org-ascii-filter-paragraph-spacing', the function body was originally protected by a: (when (wholenump org-ascii-paragraph-spacing) ...) which was taken out, meaning that the default value of 'auto falls through to `org-export-data' and causes an explosion. I've cc'd Nicolas, who will know what to do! E > On Mon, Jul 28, 2014 at 9:35 PM, Xebar Saram > wrote: > > Hi list > > for some reason exporting to txt dosent work here. all other > options (html,pdf etc) work. > > in the message window i get: > > concat: Wrong type argument: wholenump, auto > > anyway i can get more info on this and try to figure out whats > going on? > > thx! > > Z