From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Edgington Subject: Re: Blank lines in LaTeX output due to org-mode comments Date: Thu, 30 Jun 2016 17:34:56 -0400 Message-ID: References: <87y45mzdpo.fsf@saiph.selenimh> <87twgaz802.fsf@saiph.selenimh> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56368) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIjcZ-0000Uv-6p for emacs-orgmode@gnu.org; Thu, 30 Jun 2016 17:35:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bIjcX-0001mD-4S for emacs-orgmode@gnu.org; Thu, 30 Jun 2016 17:35:38 -0400 Received: from mail-vk0-x233.google.com ([2607:f8b0:400c:c05::233]:33285) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIjcW-0001ln-LL for emacs-orgmode@gnu.org; Thu, 30 Jun 2016 17:35:36 -0400 Received: by mail-vk0-x233.google.com with SMTP id k68so42006263vkb.0 for ; Thu, 30 Jun 2016 14:35:36 -0700 (PDT) In-Reply-To: <87twgaz802.fsf@saiph.selenimh> 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 , emacs-orgmode On Thu, Jun 30, 2016 at 5:23 PM, Nicolas Goaziou wrote: > 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:...@@. For me, using the "@@comment:..@@" syntax gives exactly the same results as using "# ..." (an extra blank line in the output). Of course I can do something like "#+LaTeX: % ..." which will work, but then the convenience of being able to quickly comment and uncomment lines is lost. 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.