Hi list :) 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").
I suggest "#+ " to be inserted instead, for that seems to me to be the correct prefix for indented comments. I'd rather keep it all indented and not having # at position 0 (breaking what follows' default indentation, æsthetics apart). I don't remember having overridden any comment-prefix variable of any sort (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