From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Meyer Subject: Re: Bug: Exporting dash to html gives hexadecimal code [8.2.10 (release_8.2.10 @ /usr/share/emacs/24.5/lisp/org/)] Date: Sun, 11 Nov 2018 12:06:37 -0500 Message-ID: <8736s7sfvm.fsf@kyleam.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35851) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gLtCB-0006bF-3h for emacs-orgmode@gnu.org; Sun, 11 Nov 2018 12:06:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gLtC4-0002bh-VJ for emacs-orgmode@gnu.org; Sun, 11 Nov 2018 12:06:46 -0500 Received: from pb-smtp2.pobox.com ([64.147.108.71]:53888) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gLtC4-0002b5-NV for emacs-orgmode@gnu.org; Sun, 11 Nov 2018 12:06:40 -0500 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: Roland Coeurjoly , emacs-orgmode@gnu.org Roland Coeurjoly writes: > I publish (M+x org-publish-project) the following to html: > > #+OPTIONS: toc:nil num:nil > > #+BEGIN_EXPORT html > --- > layout: post > title: "A beginner's Emacs config" > subtitle: "First steps into the Emacs universe" > tags: [hacking, emacs] > category: blog > --- > #+END_EXPORT > > I get the following: > >
>

> — > layout: post > title: "A beginner's Emacs config" > subtitle: "First steps into the Emacs universe" > tags: [hacking, emacs] > category: blog > — >

> > I expect the following: > > --- > layout: post > title: "A beginner's Emacs config" > subtitle: "First steps into the Emacs universe" > tags: [hacking, emacs] > category: blog > --- I tried your snippet with Org 9.1.14, and it works as you expect. You may want to upgrade to a more recent Org version. -- Kyle