From mboxrd@z Thu Jan 1 00:00:00 1970 From: kadal Subject: ox-html export bug Date: Thu, 7 Sep 2017 10:02:45 -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]:35751) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dq0Cd-0005dK-DQ for emacs-orgmode@gnu.org; Thu, 07 Sep 2017 13:02:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dq0CY-0003zj-Gq for emacs-orgmode@gnu.org; Thu, 07 Sep 2017 13:02:55 -0400 Received: from mail-pg0-x242.google.com ([2607:f8b0:400e:c05::242]:37270) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dq0CY-0003yo-Bd for emacs-orgmode@gnu.org; Thu, 07 Sep 2017 13:02:50 -0400 Received: by mail-pg0-x242.google.com with SMTP id v5so136387pgn.4 for ; Thu, 07 Sep 2017 10:02:49 -0700 (PDT) Received: from [10.249.110.37] (128-193-154-165.ptpg.oregonstate.edu. [128.193.154.165]) by smtp.gmail.com with ESMTPSA id v79sm245321pfd.15.2017.09.07.10.02.46 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 07 Sep 2017 10:02:46 -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 ------------------------- * 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