From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Blank lines in LaTeX output due to org-mode comments Date: Thu, 30 Jun 2016 23:23:09 +0200 Message-ID: <87twgaz802.fsf@saiph.selenimh> References: <87y45mzdpo.fsf@saiph.selenimh> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53445) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIjQc-0004C1-TF for emacs-orgmode@gnu.org; Thu, 30 Jun 2016 17:23:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bIjQb-00075W-C2 for emacs-orgmode@gnu.org; Thu, 30 Jun 2016 17:23:18 -0400 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:49076) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIjQb-00074u-69 for emacs-orgmode@gnu.org; Thu, 30 Jun 2016 17:23:17 -0400 In-Reply-To: (Mark Edgington's message of "Thu, 30 Jun 2016 19:30:46 +0000 (UTC)") 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: Mark Edgington Cc: emacs-orgmode@gnu.org Mark Edgington writes: > I'm inclined to view it more as a bug, because it makes it impossible to > place comments within a paragraph. This is per Org syntax. "# ..." is not meant as an inline paragraph. You can comment inline with something like @@comment:...@@. Regards,