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-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kaushal Modi Subject: Re: How to specify block quote language? Date: Thu, 20 Dec 2018 15:13:40 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="00000000000077964a057d79c679" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59502) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ga4i4-00034O-Ks for emacs-orgmode@gnu.org; Thu, 20 Dec 2018 15:14:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ga4i4-0000oZ-1Z for emacs-orgmode@gnu.org; Thu, 20 Dec 2018 15:14:20 -0500 Received: from mail-lf1-x130.google.com ([2a00:1450:4864:20::130]:34581) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ga4i3-0000nF-Q4 for emacs-orgmode@gnu.org; Thu, 20 Dec 2018 15:14:19 -0500 Received: by mail-lf1-x130.google.com with SMTP id p6so2333376lfc.1 for ; Thu, 20 Dec 2018 12:14:19 -0800 (PST) In-Reply-To: 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: Abigaile Johannesburg Cc: Emacs Orgmode --00000000000077964a057d79c679 Content-Type: text/plain; charset="UTF-8" On Thu, Dec 20, 2018 at 3:09 PM Abigaile Johannesburg wrote: > > Is there a way to specify the language for quoted text? For example, > > #+begin_quote :lang=jp > quotes > #+end_quote > You can do this instead which is already supported: #+attr_html: :lang jp #+begin_quote quotes #+end_quote This creates:

quotes

--00000000000077964a057d79c679 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable

On Thu, Dec 20, 2018 at 3:09 PM Abigaile Johannesbu= rg <abij@tuta.io> wrote:
=20 =20 =20

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

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

You can do this instead which is already supported:

=
#+attr_html: :lang jp
#+begin_quote
quotes
#+end_quote<= br>

This creates:

<blo= ckquote lang=3D"jp">
<p>
quotes
</p>
&= lt;/blockquote>
--00000000000077964a057d79c679--