From mboxrd@z Thu Jan 1 00:00:00 1970 From: William =?UTF-8?B?TMOJQ0hFTExF?= Subject: Shouldn't comment-region protect from export ? Date: Fri, 06 Jul 2012 22:47:43 -0400 Message-ID: <873954e180.wl%william.lechelle@ens-lyon.fr> 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]:58812) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SnL3p-0004wy-Ol for emacs-orgmode@gnu.org; Fri, 06 Jul 2012 22:47:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SnL3o-0002ok-1H for emacs-orgmode@gnu.org; Fri, 06 Jul 2012 22:47:53 -0400 Received: from jabiru.ens-lyon.fr ([140.77.51.2]:33338) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SnL3n-0002oK-Qx for emacs-orgmode@gnu.org; Fri, 06 Jul 2012 22:47:51 -0400 Received: from localhost (localhost [127.0.0.1]) by jabiru.ens-lyon.fr (Postfix) with ESMTP id 55A711EB268 for ; Sat, 7 Jul 2012 04:47:49 +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 BJqx3MZPI2vN for ; Sat, 7 Jul 2012 04:47:49 +0200 (CEST) Received: from villian.umontreal.ca (dsl-67-204-45-37.acanac.net [67.204.45.37]) (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 A52181EB256 for ; Sat, 7 Jul 2012 04:47:48 +0200 (CEST) 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 Hi list :) Using org-mode for export (to pdf), I find myself using comment-region of= ten enough, in sections meant to be exported, on indented text lines (e.g. fo= r 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 I suggest "#+ " to be inserted instead, for that seems to me to be the co= rrect prefix for indented comments. I'd rather keep it all indented and not hav= ing # at position 0 (breaking what follows' default indentation, =C3=A6sthetics= apart). I don't remember having overridden any comment-prefix variable of any sor= t (but maybe I did, I just don't know what that variable would be). Am I doing something wrong, or are my expectations misplaced ? (is there = a meaning to "comment" for org text I can't think of that # satisfies and #= + wouldn't, maybe ?) William