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:10 +0800 Message-ID: <8738dex9p1.fsf_-_@ericabrahamsen.net> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46741) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XDr1v-0005ys-De for emacs-orgmode@gnu.org; Sun, 03 Aug 2014 04:20:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XDr1h-0007Ze-Cw for emacs-orgmode@gnu.org; Sun, 03 Aug 2014 04:20:35 -0400 Received: from plane.gmane.org ([80.91.229.3]:52248) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XDr1h-0007ZV-6N for emacs-orgmode@gnu.org; Sun, 03 Aug 2014 04:20:21 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XDr1c-0000s5-AQ for emacs-orgmode@gnu.org; Sun, 03 Aug 2014 10:20:16 +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:20:16 +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:20:16 +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