From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jakub Szypulka Subject: Re: Bug: Org-indent does not align headings with text when using non-monospaced fonts [8.3.1 (8.3.1-16-gf6aa53-elpa @ /Users/cube/.emacs.d/elpa/org-20150810/)] Date: Fri, 21 Aug 2015 04:07:18 +0200 Message-ID: References: <87614a5g28.fsf@nicolasgoaziou.fr> <87wpwp4tu1.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43971) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZSbjm-0005mI-TH for emacs-orgmode@gnu.org; Thu, 20 Aug 2015 22:07:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZSbjl-0006gI-Re for emacs-orgmode@gnu.org; Thu, 20 Aug 2015 22:07:22 -0400 Received: from mail-wi0-x232.google.com ([2a00:1450:400c:c05::232]:35565) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZSbjl-0006fy-Lr for emacs-orgmode@gnu.org; Thu, 20 Aug 2015 22:07:21 -0400 Received: by wicne3 with SMTP id ne3so4318096wic.0 for ; Thu, 20 Aug 2015 19:07:21 -0700 (PDT) In-reply-to: <87wpwp4tu1.fsf@nicolasgoaziou.fr> 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: Nicolas Goaziou Cc: emacs-orgmode@gnu.org Wait, it seems your patch also fixed another issue! Until now, org-mode would only indent text correctly up until a certain level (not sure exactly, but approx 8-10 stars), and would then bug out: the heading, when demoted further, would be correctly indented by a certain amount of characters (`org-indent-indentation-per-level' probably), but the text would be indented by a *lesser* amount of characters, resulting in a slight misalign at every demote step, that would grow bigger and bigger the more you demoted. Now I can demote even beyond the right screen edge, and the text keeps following. Maybe you can add this information to the commit or the changelog in case anyone else was affected by this. Thanks again! Jakub > --- Original message --- > Nicolas Goaziou wrote on Thursday, 20 August 2015 at 21:56: > > Jakub Szypulka writes: > >> Yes it does, I'm impressed! Thanks a lot for the quick fix! > > Applied then. Thank you for the feedback. > >> I understand those changed will be included by default in the next org >> versions? > > Yes, they will. > > Regards,