From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?B?U2HFoWEgSmFuacWha2E=?= Subject: inline markup within quote Date: Wed, 19 Apr 2017 13:19:00 +0200 Message-ID: <87y3uwwspn.fsf@atmarama.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55237) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d0ndj-0000ci-6o for emacs-orgmode@gnu.org; Wed, 19 Apr 2017 07:19:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d0ndd-0005jO-NM for emacs-orgmode@gnu.org; Wed, 19 Apr 2017 07:19:15 -0400 Received: from [195.159.176.226] (port=35695 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d0ndd-0005j1-Gp for emacs-orgmode@gnu.org; Wed, 19 Apr 2017 07:19:09 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1d0ndT-0007V4-Nc for emacs-orgmode@gnu.org; Wed, 19 Apr 2017 13:18:59 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org Hello! 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 I’d 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? Sincerely, Gour -- For him who has conquered the mind, the mind is the best of friends; but for one who has failed to do so, his mind will remain the greatest enemy.