From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Jolitz Subject: Re: strange behaviour with org-indent-mode Date: Wed, 10 Feb 2016 21:20:30 +0100 Message-ID: <87mvr8gvw1.fsf@gmail.com> References: <87r3gksdl9.fsf@delle7240.chemeng.ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46873) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTbFj-0005Nr-9s for emacs-orgmode@gnu.org; Wed, 10 Feb 2016 15:20:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aTbFe-0005Yt-UO for emacs-orgmode@gnu.org; Wed, 10 Feb 2016 15:20:43 -0500 Received: from plane.gmane.org ([80.91.229.3]:44669) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTbFe-0005YE-NN for emacs-orgmode@gnu.org; Wed, 10 Feb 2016 15:20:38 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aTbFc-0000zJ-6l for emacs-orgmode@gnu.org; Wed, 10 Feb 2016 21:20:36 +0100 Received: from f050238071.adsl.alicedsl.de ([78.50.238.71]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 10 Feb 2016 21:20:36 +0100 Received: from tjolitz by f050238071.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 10 Feb 2016 21:20:36 +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: emacs-orgmode@gnu.org Eric S Fraga writes: Hello, > > for a very long time now, my default org setting has been to use > org-indent-mode with visual-line-mode activated. This has been working > very well until sometime since the start of the new year. I have two > symptoms now: > > 1. org files, especially large ones (250kB+), do not actually indent > automatically. > > 2. my org capture templates are introducing spaces at the start of lines > in the capture buffer to line up the start of every line. Very strange. > > I have org-startup-indented set to t. > > I am having difficulties tracking this down because a) the lack of > indenting doesn't happen all the time, just most of the time and b) I > don't think it happens with emacs -Q. I'm looking for suggestions on > how to track down the root problem or if this rings anybody's bells. > > Before anybody suggests bisecting, yes, bisecting my configuration would > probably help but it is such a convoluted configuration due to my using > emacs for 30+ years... I guess I really should bit the bullet and clean > up my initialisation files soon! Maybe ,---- | C-h v org--indent TAB `---- shows you some potential culprits? -- cheers, Thorsten