From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Problem with org-export--delete-comments Date: Thu, 17 Dec 2015 23:36:39 +0100 Message-ID: <871takog7c.fsf@nicolasgoaziou.fr> References: <87h9jgrec8.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42851) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a9h8L-0008N7-6y for emacs-orgmode@gnu.org; Thu, 17 Dec 2015 17:34:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a9h8K-0002ll-46 for emacs-orgmode@gnu.org; Thu, 17 Dec 2015 17:34:49 -0500 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:45984) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a9h8J-0002kB-UV for emacs-orgmode@gnu.org; Thu, 17 Dec 2015 17:34:48 -0500 In-Reply-To: (Andreas Leha's message of "Thu, 17 Dec 2015 22:12:32 +0000") 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: Andreas Leha Cc: emacs-orgmode@gnu.org Hello, Andreas Leha writes: > I agree that the paragraph should not be broken in the exported > document. There are also other use cases for comments inside > paragraphs. Note that Org doesn't support comments within paragraphs since a comment ends a paragraph. In this case, the export output matches the contents of the document. Again, I'm not sure there is a solution satisfying all needs here. However, you can mimic inline comments with export snippets, e.g., @@comment:...@@. Regards, -- Nicolas Goaziou