emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] How to specify block quote language?


From: Kaushal Modi
Subject: Re: [O] How to specify block quote language?
Date: Thu, 20 Dec 2018 15:13:40 -0500


On Thu, Dec 20, 2018 at 3:09 PM Abigaile Johannesburg <address@hidden> 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

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