From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Rogoff Subject: disable table in EXAMPLE or QUOTE block Date: Thu, 13 Jul 2017 17:12:14 -0700 Message-ID: <830E1365-9B00-486B-A884-AA45F69DA2FC@therogoffs.com> Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42211) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dVoDp-0001RS-Ey for emacs-orgmode@gnu.org; Thu, 13 Jul 2017 20:12:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dVoDm-0006WX-9v for emacs-orgmode@gnu.org; Thu, 13 Jul 2017 20:12:41 -0400 Received: from gproxy9-pub.mail.unifiedlayer.com ([69.89.20.122]:55434 helo=gproxy9.mail.unifiedlayer.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dVoDm-0006PR-0i for emacs-orgmode@gnu.org; Thu, 13 Jul 2017 20:12:38 -0400 Received: from cmgw3 (unknown [10.0.90.84]) by gproxy9.mail.unifiedlayer.com (Postfix) with ESMTP id BE1791E08C7 for ; Thu, 13 Jul 2017 18:12:19 -0600 (MDT) Received: from ip174-65-88-24.sd.sd.cox.net ([174.65.88.24]:65281 helo=[192.168.7.29]) by box775.bluehost.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.87) (envelope-from ) id 1dVoDP-001bXe-FW for emacs-orgmode@gnu.org; Thu, 13 Jul 2017 18:12:15 -0600 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" To: emacs-orgmode@gnu.org I=E2=80=99m trying to draw an ASCII picture in a BEGIN_QUOTE block. = However, since it contains vertical bars, when I hit return, it formats = the whole block as if it were a table. How do I stop this incorrect = behavior? I tried BEGIN_EXAMPLE but it acted the same. I can work around it by using colon-space at the beginning of each line = instead of begin/end block but it=E2=80=99s a bit ugly. Thanks - David=