From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aaron Ecay Subject: Re: RFC: Proposal for an Org Special Block for ox-html Date: Sun, 27 May 2018 17:21:26 +0100 Message-ID: <87po1ht6gp.fsf@gmail.com> References: <87o9h56jdl.fsf@gmail.com> <87lgc87vf1.fsf@gmail.com> <87in7c7tye.fsf@gmail.com> <87d0xj7r79.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46878) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fMyQI-0006od-It for emacs-orgmode@gnu.org; Sun, 27 May 2018 12:21:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fMyQD-0006tk-Ly for emacs-orgmode@gnu.org; Sun, 27 May 2018 12:21:34 -0400 Received: from mail-wm0-x22f.google.com ([2a00:1450:400c:c09::22f]:37214) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fMyQD-0006sv-Fr for emacs-orgmode@gnu.org; Sun, 27 May 2018 12:21:29 -0400 Received: by mail-wm0-x22f.google.com with SMTP id l1-v6so26195025wmb.2 for ; Sun, 27 May 2018 09:21:29 -0700 (PDT) In-Reply-To: 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: Kaushal Modi , emacs-org list Hi Kaushal, [...] > But then I also wanted to mask all the shortcoming of Markdown. So ox-hugo > helps bridge that gap by filling in HTML snippets only where needed. I ho= pe > that makes sense. It does indeed make sense, thanks for the explanation. Now I understand the context a bit better. I added =E2=80=9Csummary=E2=80=9D to =E2=80=98org-html-html5-elements=E2=80= =99 in commit 5192e810a. It seems obviously correct (in fact, =E2=80=9Cdetails=E2=80=9D was already inc= luded in that variable). So now summary/details should work for HTML5 export. Thank you for raising this issue. It sounds like you have things well in hand for ox-{hugo,blackfriday}. And I do not think there are any other shortcomings in org core that are left outstanding from this discussion. Thanks again, --=20 Aaron Ecay