emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Nicolas Goaziou <mail@nicolasgoaziou.fr>
To: "Saša Janiška" <gour@atmarama.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: inline markup within quote
Date: Wed, 19 Apr 2017 13:54:10 +0200	[thread overview]
Message-ID: <87bmrszk7x.fsf@nicolasgoaziou.fr> (raw)
In-Reply-To: <87y3uwwspn.fsf@atmarama.com> ("Saša Janiška"'s message of "Wed, 19 Apr 2017 13:19:00 +0200")

Hello,

Saša Janiška <gour@atmarama.com> writes:

> I’m moving from Python-powered static site generator to the Hugo which
> does support using org-mode markup for writing content.
>
> Currently, my content is written using rst, but although Hugo does
> support rst as well, I thought that org-mode could be better match, but
> today I did figure out that e.g. it’s not possible to use inline markup
> within quote, e.g.:
>
> #+BEGIN_QUOTE
>   This is first sentence. *This one Id like to be bold.* Another small
>   sentence.
> #+END_QUOTE
>
> In the above example, I do not get bold, but ’*’ are rendered verbatim,
> so I wonder if I do miss something in org-mode markup or it simply
> built-in limitation similar to some corner cased present in rst markup
> as well?

I cannot reproduce the above, e.g., exporting to LaTeX I get

  <blockquote>
  <p>
  This is first sentence. <b>This one Id like to be bold.</b> Another small
  sentence.
  </p>
  </blockquote>

It may be a limitation on the Hugo side.

Regards,

-- 
Nicolas Goaziou

  reply	other threads:[~2017-04-19 11:54 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-19 11:19 inline markup within quote Saša Janiška
2017-04-19 11:54 ` Nicolas Goaziou [this message]
2017-04-19 12:16   ` Saša Janiška
2017-04-19 12:25   ` Saša Janiška
2017-04-19 14:23     ` Rasmus
2017-04-20  8:54       ` Saša Janiška

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=87bmrszk7x.fsf@nicolasgoaziou.fr \
    --to=mail@nicolasgoaziou.fr \
    --cc=emacs-orgmode@gnu.org \
    --cc=gour@atmarama.com \
    /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).