From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Should comments break paragraphs? Date: Wed, 17 Jul 2013 16:30:01 +0200 Message-ID: <87ppuhi7iu.fsf@bzg.ath.cx> References: <51E443F6.2050104@arfer.net> <87mwpnfybn.fsf@gmail.com> <51E47BC1.7010808@gmail.com> <87ip0byoqg.fsf@gmail.com> <87fvvev771.fsf@gmail.com> <87wqoqxznb.fsf@gmail.com> <87ppuitp8y.fsf@gmail.com> <87sizexuj9.fsf@gmail.com> <87li55lpqd.fsf@bzg.ath.cx> <87mwplk645.fsf@gmail.com> <87fvvdk3es.fsf@bzg.ath.cx> <87ip09k1d4.fsf@gmail.com> <878v15jqdy.fsf@bzg.ath.cx> <87wqopl3i8.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53656) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UzSk3-00025m-Pq for emacs-orgmode@gnu.org; Wed, 17 Jul 2013 10:30:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UzSk1-0003cM-Cc for emacs-orgmode@gnu.org; Wed, 17 Jul 2013 10:30:07 -0400 Received: from mail-wi0-x22b.google.com ([2a00:1450:400c:c05::22b]:36165) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UzSk1-0003bj-6o for emacs-orgmode@gnu.org; Wed, 17 Jul 2013 10:30:05 -0400 Received: by mail-wi0-f171.google.com with SMTP id hj3so5494234wib.4 for ; Wed, 17 Jul 2013 07:30:04 -0700 (PDT) In-Reply-To: <87wqopl3i8.fsf@gmail.com> (Eric Schulte's message of "Wed, 17 Jul 2013 07:28:31 -0600") 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: Eric Schulte Cc: Christian Wittern , emacs-orgmode@gnu.org, Nicolas Goaziou Eric Schulte writes: > Unless I'm mistaken, I think this is exactly what my previous patch does > (reproduced here for ease of reference). Yes, this is it. I also reproduce Nicolas snippet elsewhere in the thread, which might be useful for other: (defun my-comment-removal (backend) (delete-matching-lines "^[ \t]*#\\( \\|$\\)")) (add-hook 'org-export-before-parsing-hook 'my-comment-removal) I won't discuss this further, because I feel like the discussion was over before it even started. -- Bastien