From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tim Visher Subject: Nested quote blocks? Date: Tue, 3 Mar 2020 12:57:05 -0500 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="000000000000c90c31059ff70adc" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:42664) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j9Bnl-0005vv-Av for emacs-orgmode@gnu.org; Tue, 03 Mar 2020 12:57:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j9Bnk-0002Ve-5C for emacs-orgmode@gnu.org; Tue, 03 Mar 2020 12:57:53 -0500 Received: from mail-wr1-x42f.google.com ([2a00:1450:4864:20::42f]:43437) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j9Bnj-0002VY-Qf for emacs-orgmode@gnu.org; Tue, 03 Mar 2020 12:57:52 -0500 Received: by mail-wr1-x42f.google.com with SMTP id h9so4582663wrr.10 for ; Tue, 03 Mar 2020 09:57:51 -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-mx.org@gnu.org Sender: "Emacs-orgmode" To: Emacs Org Mode mailing list --000000000000c90c31059ff70adc Content-Type: text/plain; charset="UTF-8" Hello, Is there a way to get nested quotes blocks to work? AFAICT: ``` #+begin_quote foo #+begin_quote bar #+end_quote bat #end_quote ``` Doesn't work. Ideally I'm kind of looking for a full functional sub org context inside there. Maybe I should be using some kind of source block? -- In Christ, Timmy V. https://blog.twonegatives.com https://five.sentenc.es --000000000000c90c31059ff70adc Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hello,

Is there a way to get nested quo= tes blocks to work?

AFAICT:

```
#+begin_quote

foo

<= /div>
#+begin_quote
bar
#+end_quote

<= /div>
bat
#end_quote
```

D= oesn't work.

Ideally I'm kind of looking f= or a full functional sub org context inside there. Maybe I should be using = some kind of source block?

--000000000000c90c31059ff70adc--