From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: ox-html export bug Date: Thu, 07 Sep 2017 19:32:48 +0200 Message-ID: <87mv66xvlr.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47194) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dq0fg-0006uX-EH for emacs-orgmode@gnu.org; Thu, 07 Sep 2017 13:33:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dq0fb-00051L-Lb for emacs-orgmode@gnu.org; Thu, 07 Sep 2017 13:32:56 -0400 Received: from relay2-d.mail.gandi.net ([217.70.183.194]:36763) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dq0fb-00050P-Fs for emacs-orgmode@gnu.org; Thu, 07 Sep 2017 13:32:51 -0400 In-Reply-To: (kadal's message of "Thu, 7 Sep 2017 10:02:45 -0700") 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: kadal Cc: emacs-orgmode@gnu.org Hello, kadal writes: > This org file > > ------------------------- > * heading 1 > * heading 2 > :PROPERTIES: > :CUSTOM_ID: my-name > :END: > > -------------------------------- > > exports to > > ----------------------------------- >
>

1 heading 1

>
> >
>

class="section-number-2">2 heading 2

> >
>
> ----------------------------------------------- > > The "" for the second heading is unnecessary. > Seems to only occur when CUSTOM_ID is set. It is the internal reference for "my-name" custom ID. Regards, -- Nicolas Goaziou