emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] How to specify block quote language?


From: Abigaile Johannesburg
Subject: [O] How to specify block quote language?
Date: Thu, 20 Dec 2018 20:58:59 +0100 (CET)

Hello,

When exporting from org to html using

#+begin_quote
quotes
#+end_quote

it generates html code

<blockquote>
<p>
quotes
</p>
</blockquote>

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

#+begin_quote :lang=jp
quotes
#+end_quote

will generate

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

If it is not available now, would someone be interested to take it as a feature request?

Thank you.
Abi


reply via email to

[Prev in Thread] Current Thread [Next in Thread]