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:57:43 +0200 Message-ID: <87poqyz6eg.fsf@saiph.selenimh> References: <87y45mzdpo.fsf@saiph.selenimh> <87twgaz802.fsf@saiph.selenimh> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59836) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIjy4-0002fr-P8 for emacs-orgmode@gnu.org; Thu, 30 Jun 2016 17:57:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bIjy3-0006XM-0Q for emacs-orgmode@gnu.org; Thu, 30 Jun 2016 17:57:51 -0400 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:51114) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIjy2-0006X4-QW for emacs-orgmode@gnu.org; Thu, 30 Jun 2016 17:57:50 -0400 In-Reply-To: (Mark Edgington's message of "Thu, 30 Jun 2016 17:34:56 -0400") 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 > For me, using the "@@comment:..@@" syntax gives exactly the same > results as using "# ..." (an extra blank line in the output). Only if you write them on a line on their own. > Regardless of what the current org syntax is defined as, I am trying > to argue that it is counter-intuitive, and also makes doing useful > things difficult. I already told you how to achieve what you want: simply remove every line starting with "# " in a hook at the beginning of the export process. Regards,