From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Inconsistent output when logging things between org-indent-mode set to on and off Date: Fri, 23 Dec 2011 14:28:09 +0100 Message-ID: <87liq3a046.fsf@gmail.com> References: <87ty4ra4sc.fsf@gmail.com> <87pqffa2td.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:42878) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Re5C2-0001WV-Hm for emacs-orgmode@gnu.org; Fri, 23 Dec 2011 08:29:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Re5C1-0007Qk-G0 for emacs-orgmode@gnu.org; Fri, 23 Dec 2011 08:29:50 -0500 Received: from mail-wi0-f169.google.com ([209.85.212.169]:36952) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Re5C1-0007Qg-6K for emacs-orgmode@gnu.org; Fri, 23 Dec 2011 08:29:49 -0500 Received: by wibhq12 with SMTP id hq12so4202289wib.0 for ; Fri, 23 Dec 2011 05:29:48 -0800 (PST) In-Reply-To: ("Gustav \=\?utf-8\?Q\?Wikstr\=C3\=B6m\=22's\?\= message of "Fri, 23 Dec 2011 13:47:25 +0100") 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: Gustav =?utf-8?Q?Wikstr=C3=B6m?= Cc: Org Mode List Gustav Wikstr=C3=B6m writes: > 2011/12/23 Nicolas Goaziou > >> Gustav Wikstr=C3=B6m writes: >> >> > If you disable org-mode after the scheduling and just looking at the >> plain >> > text you will see no indentation. This is good (according to me ;) ) >> > >> > Doing the same thing from the start, without org-indent-mode, gives >> another >> > result. This is the inconsistency I mention. >> >> So, if I get it right, you claim that virtual indentation isn't >> consistent with real indentation. Well, this is true, but also >> logical. >> >> Disabling Org mode shouldn't remove all real indentation in the buffer, >> should it? >> >> > I don't see why there is real indentation at all. org-indent-mode should > not change the behavior of writing content in a file. It should (imho) ju= st > add virtual indentation to make the presentation better. > Either org-mode with org-indent-mode adds (non-virtual) space when calling > C-c C-s (or other similar function that has this behavior) or org-mode > without org-indent-mode stops adding space when calling these functions. > My opinion is that there should be no space in either setting as default. You may want to have a look at both `org-adapt-indentation' and `org-indent-mode-turns-off-org-adapt-indentation' variables. Regards, --=20 Nicolas Goaziou