From mboxrd@z Thu Jan 1 00:00:00 1970 From: Miguel Guedes Subject: Export as ASCII whilst respecting current fill column Date: Thu, 01 May 2014 18:40:35 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60067) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wfv2n-0008Ls-Gj for emacs-orgmode@gnu.org; Thu, 01 May 2014 13:45:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wfv2g-0005mJ-0E for emacs-orgmode@gnu.org; Thu, 01 May 2014 13:45:13 -0400 Received: from plane.gmane.org ([80.91.229.3]:56993) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wfv2f-0005kk-PA for emacs-orgmode@gnu.org; Thu, 01 May 2014 13:45:05 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Wfv2d-0001x7-8c for emacs-orgmode@gnu.org; Thu, 01 May 2014 19:45:03 +0200 Received: from 2.218.121.15 ([2.218.121.15]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 01 May 2014 19:45:03 +0200 Received: from miguel.a.guedes by 2.218.121.15 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 01 May 2014 19:45:03 +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 Using org-mode version 7.93f, when exporting to ASCII it doesn't respect the current fill column. Can this be enforced? Also, I've noticed that org doesn't remove verbatim tags (=verbatim=) but removes BEGIN_EXAMPLE blocks and presumably other BEGIN_xxx blocks; is this by design?