From mboxrd@z Thu Jan 1 00:00:00 1970 From: Abigaile Johannesburg Subject: How to specify block quote language? Date: Thu, 20 Dec 2018 20:58:59 +0100 (CET) Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_21983_896367402.1545335939443" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57986) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ga4bz-0000ko-3c for emacs-orgmode@gnu.org; Thu, 20 Dec 2018 15:08:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ga4bu-0003aG-69 for emacs-orgmode@gnu.org; Thu, 20 Dec 2018 15:08:03 -0500 Received: from w1.tutanota.de ([81.3.6.162]:54188) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ga4bt-0003W4-Mf for emacs-orgmode@gnu.org; Thu, 20 Dec 2018 15:07:58 -0500 Received: from w2.tutanota.de (unknown [192.168.1.163]) by w1.tutanota.de (Postfix) with ESMTP id 7331DFA062F for ; Thu, 20 Dec 2018 19:58:59 +0000 (UTC) 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 ------=_Part_21983_896367402.1545335939443 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Hello, When exporting from org to html using #+begin_quote quotes #+end_quote it generates html code

quotes

Is there a way to specify the language for quoted text? For example, #+begin_quote :lang=jp quotes #+end_quote will generate

quotes

If it is not available now, would someone be interested to take it as a feature request? Thank you. Abi ------=_Part_21983_896367402.1545335939443 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hello,

= When exporting from org to html using

#+begin_= quote
quotes
=
#+end_quote

it generates html code

<blockquote>= ;
<p>
<= div style=3D"16px" text-align=3D"left">quotes
</p>
</blockquote>

Is there a way to= specify the language for quoted text? For example,

#+begin_quote= :lang=3Djp
quotes
#+end_quote

=
will generate

= <blockquote>
<p lang=3D"ja&quo= t;>
quotes
</p>
</blockquote>
<= div style=3D"16px" text-align=3D"left">
If it is not available now, would someone be interested to = take it as a feature request?

Thank you.
=
Abi

------=_Part_21983_896367402.1545335939443--