From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Welle Subject: Exporting BEGIN_HTML/END_HTML changed? Date: Sat, 16 Jul 2016 13:06:57 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50486) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bONUD-0005ck-FT for emacs-orgmode@gnu.org; Sat, 16 Jul 2016 07:10:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bONU9-0002X6-AY for emacs-orgmode@gnu.org; Sat, 16 Jul 2016 07:10:20 -0400 Received: from plane.gmane.org ([80.91.229.3]:53945) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bONU9-0002W7-3I for emacs-orgmode@gnu.org; Sat, 16 Jul 2016 07:10:17 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1bONU3-0002a7-A4 for emacs-orgmode@gnu.org; Sat, 16 Jul 2016 13:10:11 +0200 Received: from dslb-088-066-006-041.088.066.pools.vodafone-ip.de ([88.66.6.41]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 16 Jul 2016 13:10:11 +0200 Received: from mwe012008 by dslb-088-066-006-041.088.066.pools.vodafone-ip.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 16 Jul 2016 13:10:11 +0200 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 Hello, somewhere on the road the behaviour of exporting BEGIN_HTML/END_HTML blocks changed (at least locally for me). I expected a block like the following to be exported literally: #+BEGIN_HTML
#+END_HTML But the result looks like

<table> </table>

Is it just me or is it a regression in org-mode? I use the git master branch. Regards hmw