From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Macro question Date: Sat, 24 Oct 2015 00:18:15 +0200 Message-ID: <871tclz0t4.fsf@nicolasgoaziou.fr> References: <87fv11z5h3.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43826) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpkdU-0004IV-UO for emacs-orgmode@gnu.org; Fri, 23 Oct 2015 18:16:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZpkdU-0005si-2h for emacs-orgmode@gnu.org; Fri, 23 Oct 2015 18:16:32 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:47323) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpkdT-0005sV-SS for emacs-orgmode@gnu.org; Fri, 23 Oct 2015 18:16:32 -0400 In-Reply-To: (Fabrice Popineau's message of "Fri, 23 Oct 2015 23:33:35 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Fabrice Popineau Cc: "emacs-orgmode@gnu.org" Fabrice Popineau writes: > I agree that raw html can be output by macros, but it can easily break > too. I think you are missing the "inline part". You cannot use macros to generate, or even replace a block element in HTML (e.g., a paragraph). Regards,