emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Kaushal Modi <kaushal.modi@gmail.com>
To: Abigaile Johannesburg <abij@tuta.io>
Cc: Emacs Orgmode <emacs-orgmode@gnu.org>
Subject: Re: How to specify block quote language?
Date: Thu, 20 Dec 2018 15:13:40 -0500	[thread overview]
Message-ID: <CAFyQvY3psTQCHEB8g2zmJXXybmzqzhOPQh0u=_DYNLRQBtjbaw@mail.gmail.com> (raw)
In-Reply-To: <LUCBlrO--3-1@tuta.io>

[-- Attachment #1: Type: text/plain, Size: 380 bytes --]

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

[-- Attachment #2: Type: text/html, Size: 926 bytes --]

      reply	other threads:[~2018-12-20 20:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-20 19:58 How to specify block quote language? Abigaile Johannesburg
2018-12-20 20:13 ` Kaushal Modi [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAFyQvY3psTQCHEB8g2zmJXXybmzqzhOPQh0u=_DYNLRQBtjbaw@mail.gmail.com' \
    --to=kaushal.modi@gmail.com \
    --cc=abij@tuta.io \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).