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 04:09:56 -0400 Message-ID: <87k3wkiwmj.wl%william.lechelle@ens-lyon.fr> References: <873954e180.wl%william.lechelle@ens-lyon.fr> <87boitnt7f.fsf@gnu.org> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:35623) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T5uOm-0004sT-Bq for emacs-orgmode@gnu.org; Mon, 27 Aug 2012 04:10:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T5uOe-0004Cj-CI for emacs-orgmode@gnu.org; Mon, 27 Aug 2012 04:10:16 -0400 Received: from jabiru.ens-lyon.fr ([140.77.51.2]:45628) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T5uOe-00040E-5k for emacs-orgmode@gnu.org; Mon, 27 Aug 2012 04:10:08 -0400 Received: from localhost (localhost [127.0.0.1]) by jabiru.ens-lyon.fr (Postfix) with ESMTP id BD5FCA3B9B for ; Mon, 27 Aug 2012 10:10:02 +0200 (CEST) Received: from jabiru.ens-lyon.fr ([127.0.0.1]) by localhost (jabiru.ens-lyon.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jL+ph3OMRGsJ for ; Mon, 27 Aug 2012 10:10:02 +0200 (CEST) Received: from villian.umontreal.ca (x-132-204-242-141.xtpr.umontreal.ca [132.204.242.141]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) by jabiru.ens-lyon.fr (Postfix) with ESMTPSA id 332141EB22B for ; Mon, 27 Aug 2012 10:10:02 +0200 (CEST) In-Reply-To: <87boitnt7f.fsf@gnu.org> 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 On Thu, 02 Aug 2012 18:40:04 +0200, Bastien spake thus: >William L=C3=89CHELLE writes: >> Using org-mode for export (to pdf), I find myself using comment-region= often >> enough, in sections meant to be exported, on indented text lines (e.g.= for >> drafting). This inserts "# " at the "beginning" of the line, after the >> indentation, thus not achieving what I wanted comment-region to do >> (i.e. "don't export this").=20 >This is fixed now, thanks. Having just pulled from git, comment-region still gets me indented "#" li= nes, which still get exported (using the default exporter). How is it supposed to be fixed ?