From mboxrd@z Thu Jan 1 00:00:00 1970 From: William =?UTF-8?B?TMOpY2hlbGxl?= Subject: Re: Shouldn't comment-region protect from export ? Date: Mon, 27 Aug 2012 05:49:20 -0400 Message-ID: <87wr0khdgf.wl%william.lechelle@ens-lyon.fr> References: <873954e180.wl%william.lechelle@ens-lyon.fr> <87boitnt7f.fsf@gnu.org> <87k3wkiwmj.wl%william.lechelle@ens-lyon.fr> <87a9xgadru.fsf@gmail.com> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([208.118.235.92]:54807) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T5vwo-0005vt-Gr for emacs-orgmode@gnu.org; Mon, 27 Aug 2012 05:49:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T5vwn-0006jJ-Cu for emacs-orgmode@gnu.org; Mon, 27 Aug 2012 05:49:30 -0400 Received: from jabiru.ens-lyon.fr ([140.77.51.2]:40326) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T5vwn-0006j8-6r for emacs-orgmode@gnu.org; Mon, 27 Aug 2012 05:49:29 -0400 In-Reply-To: <87a9xgadru.fsf@gmail.com> 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: emacs-orgmode , Nicolas Goaziou On Mon, 27 Aug 2012 11:24:21 +0200, Nicolas Goaziou spake thus: >> Having just pulled from git, comment-region still gets me indented "#" lines, >> which still get exported (using the default exporter). >> >> How is it supposed to be fixed ? >I have pushed a patch against current exporter. Inlined comments should >be properly removed now. Thanks, indeed, these no longer appear. Only now, my #+latex_header: is not properly exported, and rather protected and displayed in the document. I didn't check before the patch, but I guess it worked all right. I'm using subtree export, in case that matters.