From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: disable table in EXAMPLE or QUOTE block Date: Fri, 14 Jul 2017 10:33:32 +0200 Message-ID: <87bmone7tv.fsf@nicolasgoaziou.fr> References: <830E1365-9B00-486B-A884-AA45F69DA2FC@therogoffs.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45027) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dVw2a-0002DD-Hy for emacs-orgmode@gnu.org; Fri, 14 Jul 2017 04:33:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dVw2Z-0007WE-JC for emacs-orgmode@gnu.org; Fri, 14 Jul 2017 04:33:36 -0400 Received: from relay2-d.mail.gandi.net ([2001:4b98:c:538::194]:39060) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dVw2Z-0007VV-D1 for emacs-orgmode@gnu.org; Fri, 14 Jul 2017 04:33:35 -0400 In-Reply-To: <830E1365-9B00-486B-A884-AA45F69DA2FC@therogoffs.com> (David Rogoff's message of "Thu, 13 Jul 2017 17:12:14 -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" To: David Rogoff Cc: emacs-orgmode@gnu.org Hello, David Rogoff writes: > I=E2=80=99m trying to draw an ASCII picture in a BEGIN_QUOTE block. Howev= er, > 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? It is not incorrect. Quote blocks can contain tables per Org syntax. > I tried BEGIN_EXAMPLE but it acted the same. You could use C-c ' to edit example block in a different buffer, not in Org mode. > 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. The advantage of ": " is that C-c ' will put the new buffer in Artist mode. HTH, Regards, --=20 Nicolas Goaziou