From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: ascii fill column ignored Date: Thu, 17 Oct 2013 22:01:47 +0200 Message-ID: <87d2n36504.fsf@gmail.com> References: <87bo2omcsx.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45249) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VWtlS-0005Z1-Kg for emacs-orgmode@gnu.org; Thu, 17 Oct 2013 16:01:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VWtlK-0004Wl-3K for emacs-orgmode@gnu.org; Thu, 17 Oct 2013 16:01:46 -0400 Received: from mail-wg0-x235.google.com ([2a00:1450:400c:c00::235]:63984) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VWtlJ-0004Wa-SK for emacs-orgmode@gnu.org; Thu, 17 Oct 2013 16:01:38 -0400 Received: by mail-wg0-f53.google.com with SMTP id y10so2810285wgg.8 for ; Thu, 17 Oct 2013 13:01:36 -0700 (PDT) In-Reply-To: (Samuel Wales's message of "Thu, 17 Oct 2013 12:40:04 -0700") 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: Samuel Wales Cc: emacs-orgmode@gnu.org Hello, Samuel Wales writes: > ***** (let ((org-export-preserve-breaks t)) (org-export-to-buffer > 'ascii "whatever.txt" nil t nil)) According to `org-export-preserve-breaks' docstring: Non-nil means preserve all line breaks when exporting. As a consequence, this variable also prevents filling. Therefore, `org-ascii-text-width' has no effect in this case. If you absolutely need both, use \\ at end of lines instead. Regards, -- Nicolas Goaziou