From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tim Visher Subject: Re: Nested quote blocks? Date: Thu, 5 Mar 2020 11:14:46 -0500 Message-ID: References: <87pndso9z5.fsf@ucl.ac.uk> <877dzzmh9r.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="00000000000097d61e05a01dd89e" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:56690) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j9t9q-0005Px-Fi for emacs-orgmode@gnu.org; Thu, 05 Mar 2020 11:15:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j9t9p-00020i-Cy for emacs-orgmode@gnu.org; Thu, 05 Mar 2020 11:15:34 -0500 Received: from mail-wr1-x436.google.com ([2a00:1450:4864:20::436]:40300) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j9t9p-0001yi-33 for emacs-orgmode@gnu.org; Thu, 05 Mar 2020 11:15:33 -0500 Received: by mail-wr1-x436.google.com with SMTP id r17so7727853wrj.7 for ; Thu, 05 Mar 2020 08:15:33 -0800 (PST) In-Reply-To: <877dzzmh9r.fsf@ucl.ac.uk> 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: "Fraga, Eric" Cc: Emacs Org Mode mailing list --00000000000097d61e05a01dd89e Content-Type: text/plain; charset="UTF-8" On Thu, Mar 5, 2020 at 1:45 AM Fraga, Eric wrote: > > IIUC, your solution should work but it's necessarily tied to specific > > export backends, right? > > It is partly but the general concept of using special blocks works for > HTML also. You end up with code that looks like this: > > ,---- > |
> |

> | and this is the inner block > |

> | > |
> `---- > > which means you can customize its appearance using appropriate CSS code. Sounds great. I'll try to hack on this when I have some free time. :) --00000000000097d61e05a01dd89e Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
On Thu, Mar 5, 2020 at 1:45 AM Fraga, Eric &l= t;e.fraga@ucl.ac.uk> wrote:
=
> IIUC, your sol= ution should work but it's necessarily tied to specific
> export backends, right?

It is partly but the general concept of using special blocks works for
HTML also.=C2=A0 You end up with code that looks like this:

,----
| <div class=3D"myquote">
| <p>
| and this is the inner block
| </p>
|
| </div>
`----

which means you can customize its appearance using appropriate CSS code.

Sounds great. I'll try to hack on this wh= en I have some free time. :)
--00000000000097d61e05a01dd89e--