From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Rasholm Subject: Exporting org to ascii without line breaks Date: Mon, 19 Jan 2015 15:18:48 +0100 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e0160b8a63a76f7050d0200e6 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33892) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDDAL-0000Xh-UJ for emacs-orgmode@gnu.org; Mon, 19 Jan 2015 09:18:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YDDAK-00020Z-Qz for emacs-orgmode@gnu.org; Mon, 19 Jan 2015 09:18:53 -0500 Received: from mail-lb0-x230.google.com ([2a00:1450:4010:c04::230]:43531) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDDAK-00020I-GJ for emacs-orgmode@gnu.org; Mon, 19 Jan 2015 09:18:52 -0500 Received: by mail-lb0-f176.google.com with SMTP id z12so7754725lbi.7 for ; Mon, 19 Jan 2015 06:18:49 -0800 (PST) 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 --089e0160b8a63a76f7050d0200e6 Content-Type: text/plain; charset=UTF-8 Is there a way to export to ascii without line breaks being inserted at the end of every line in the exportbuffer or .txt file? I have tried: | (setq org-ascii-text-width nil) But nil isn't accepted as an argument for org-ascii-text-width. I have also tried setting `org-ascii-text-width` to something high like: | (setq org-ascii-text-width 1000) But that messes up the title (a lot of space is inserted in order to center the title). Also this would only works if no paragraph is more than 1000 characters. As you can see from this stackexchange question: http://stackoverflow.com/questions/23326138/exporting-org-to-ascii-without-line-breaks that I posted a while back, I somehow managed to export without line breaks when I was using org-mode 8.2.8. After messing a lot with `org-ascii-text-width` I removed the variable from my emacs al l together and for some reason exporting to ascii without line breaks worked. I haven't been able to reproduce this in current org-mode. Best, Andreas --089e0160b8a63a76f7050d0200e6 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Is there a way to export to ascii without line breaks= being inserted at the end of every line in the exportbuffer or .txt file?<= /div>

I have tried:

=C2=A0 |=C2=A0(setq org-ascii-text-width nil)<= /div>

But nil isn't accepted as an argument for org-= ascii-text-width.

I have also tried setting `org-a= scii-text-width` to something high like:

=C2=A0 |=C2=A0(setq org-ascii-text-width 100= 0)

But that messes up the title (a lot of space is= inserted in order to center the title). Also this would only works if no p= aragraph is more than 1000 characters.

As you= can see from this stackexchange question:


that I posted a w= hile back, I somehow managed to export without line breaks when I was using= org-mode 8.2.8. After messing a lot with `org-ascii-text-width` I removed = the variable from my emacs al l together and for some reason exporting to a= scii without line breaks worked.

I haven= 't been able to reproduce this in current org-mode.

Best,
Andreas
--089e0160b8a63a76f7050d0200e6--