From mboxrd@z Thu Jan 1 00:00:00 1970 From: Deepak Cherian Subject: ox-html export bug with CUSTOM_ID Date: Wed, 6 Sep 2017 17:27:04 -0700 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50857) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dpkf4-0007Js-QE for emacs-orgmode@gnu.org; Wed, 06 Sep 2017 20:27:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dpkf0-0004vi-Pt for emacs-orgmode@gnu.org; Wed, 06 Sep 2017 20:27:14 -0400 Received: from mail-pg0-x229.google.com ([2607:f8b0:400e:c05::229]:34394) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dpkf0-0004uk-Jz for emacs-orgmode@gnu.org; Wed, 06 Sep 2017 20:27:10 -0400 Received: by mail-pg0-x229.google.com with SMTP id q68so2154723pgq.1 for ; Wed, 06 Sep 2017 17:27:08 -0700 (PDT) Received: from [10.249.110.37] (128-193-154-119.ptpg.oregonstate.edu. [128.193.154.119]) by smtp.googlemail.com with ESMTPSA id t27sm1203161pfi.92.2017.09.06.17.27.04 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 06 Sep 2017 17:27:05 -0700 (PDT) Content-Language: en-GB 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 This org file (OPTIONS are to keep the exported file clean) ------------------------- * heading 1 * heading 2 :PROPERTIES: :CUSTOM_ID: my-name :END: -------------------------------- exports to -----------------------------------

1 heading 1

2 heading 2

----------------------------------------------- The "" for the second heading is unnecessary. Seems to only occur when CUSTOM_ID is set. Deepak