From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: "#+BEGIN_EXPORT html" not processed when generating HTML output [8.2.10 (release_8.2.10 @ /usr/local/Cellar/emacs/25.1/share/emacs/25.1/lisp/org/)] Date: Thu, 19 Jan 2017 12:56:12 +0100 Message-ID: <87wpdrxnz7.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40970) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cUBKH-0004dB-Sg for emacs-orgmode@gnu.org; Thu, 19 Jan 2017 06:56:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cUBKD-0002uM-Gc for emacs-orgmode@gnu.org; Thu, 19 Jan 2017 06:56:21 -0500 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:45219) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cUBKD-0002tm-9n for emacs-orgmode@gnu.org; Thu, 19 Jan 2017 06:56:17 -0500 In-Reply-To: (Carlo Pinciroli's message of "Thu, 19 Jan 2017 00:12:54 -0500") 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: Carlo Pinciroli Cc: emacs-orgmode@gnu.org Hello, Carlo Pinciroli writes: > Remember to cover the basics, that is, what you expected to happen and > what in fact did happen. You don't know how to make a good report? See > > http://orgmode.org/manual/Feedback.html#Feedback > > Your bug report will be posted to the Org-mode mailing list. > ------------------------------------------------------------------------ > > I ran this test after launching "emacs -Q": > > #+OPTIONS: toc:nil title:nil > #+BEGIN_EXPORT html > > ciao > #+END_EXPORT html You could use M-x org-lint on the document: there is a syntax error. It should be #+END_EXPORT Regards, -- Nicolas Goaziou