On Thu, Dec 20, 2018 at 3:09 PM Abigaile Johannesburg <a...@tuta.io> 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:

<blockquote lang="jp">
<p>
quotes
</p>
</blockquote>

Reply via email to