From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anders Johansson Subject: Re: [Bug] org-indent-mode underindents body in variable-pitch-mode Date: Thu, 27 Nov 2014 14:57:21 +0000 (UTC) Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51761) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xu0YE-0001Hu-Uu for emacs-orgmode@gnu.org; Thu, 27 Nov 2014 10:00:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xu0Y9-0000qx-2s for emacs-orgmode@gnu.org; Thu, 27 Nov 2014 10:00:10 -0500 Received: from plane.gmane.org ([80.91.229.3]:53525) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xu0Y8-0000p6-T1 for emacs-orgmode@gnu.org; Thu, 27 Nov 2014 10:00:05 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Xu0Y7-0007jf-73 for emacs-orgmode@gnu.org; Thu, 27 Nov 2014 16:00:03 +0100 Received: from 048417.physics.uu.se ([130.238.195.202]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 27 Nov 2014 16:00:03 +0100 Received: from mejlaandersj by 048417.physics.uu.se with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 27 Nov 2014 16:00:03 +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 Tobias Getzner gmx.de> writes: > > Hello, > > After updating to Emacs 24.4 and org-mode 20141020, I’ve noticed that > org-indent-mode now underindents item bodies when variable-pitch-mode is > used. I. e., in the following document, «lorem», «ipsum», and «etc.» will > fall successively short of the item’s respective indent level. > > * first > lorem > ** second > ipsum > *** third > etc. > > My last working version was 20140915 on Emacs 24.3. > > Kind regards, > Tobias > Hi, I'm experiencing the exact same problem. Debugging might be a little tricky if it involves changes in both Emacs and org. I think the problem depends on the text-properties wrap-prefix and line-prefix being set to a number of spaces and a number of stars, respectively, in headlines and only spaces in body text. When variable-pitch fonts don't have as wide stars as spaces we get a mismatch. But I don't know how this can have worked better before. Doesn't anyone else use variable-pitch-mode for org and suffer from this? Cheers, Anders Johansson