From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Bastien Newsgroups: gmane.emacs.bugs Subject: bug#43272: 27.1; variable-pitch-mode misaligns org-mode heading tags Date: Tue, 08 Sep 2020 14:10:54 +0200 Organization: GNU Message-ID: <875z8ojwoh.fsf@gnu.org> References: <87a6y0a85r.fsf@protesilaos.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="8882"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: 43272@debbugs.gnu.org To: Protesilaos Stavrou Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Tue Sep 08 14:23:20 2020 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kFced-0002A6-Kl for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 08 Sep 2020 14:23:19 +0200 Original-Received: from localhost ([::1]:33762 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kFcec-0001ym-KS for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 08 Sep 2020 08:23:18 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:58152) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kFcTi-00021w-17 for bug-gnu-emacs@gnu.org; Tue, 08 Sep 2020 08:12:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:40780) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kFcTh-0005tI-Ny for bug-gnu-emacs@gnu.org; Tue, 08 Sep 2020 08:12:01 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kFcTh-0001q4-KW for bug-gnu-emacs@gnu.org; Tue, 08 Sep 2020 08:12:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Bastien Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 08 Sep 2020 12:12:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43272 X-GNU-PR-Package: emacs Original-Received: via spool by 43272-submit@debbugs.gnu.org id=B43272.15995670697010 (code B ref 43272); Tue, 08 Sep 2020 12:12:01 +0000 Original-Received: (at 43272) by debbugs.gnu.org; 8 Sep 2020 12:11:09 +0000 Original-Received: from localhost ([127.0.0.1]:52326 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kFcSr-0001p0-1w for submit@debbugs.gnu.org; Tue, 08 Sep 2020 08:11:09 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:47272) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kFcSl-0001oL-CA for 43272@debbugs.gnu.org; Tue, 08 Sep 2020 08:11:07 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:37932) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kFcSf-0005dv-Jt; Tue, 08 Sep 2020 08:10:57 -0400 Original-Received: from [185.24.184.132] (port=47082 helo=guerry) by fencepost.gnu.org with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.82) (envelope-from ) id 1kFcSe-0000KH-R8; Tue, 08 Sep 2020 08:10:57 -0400 Original-Received: by guerry (Postfix, from userid 1000) id 8246B1A603CD; Tue, 8 Sep 2020 14:10:54 +0200 (CEST) In-Reply-To: <87a6y0a85r.fsf@protesilaos.com> (Protesilaos Stavrou's message of "Tue, 08 Sep 2020 13:13:04 +0300") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:187541 Archived-At: Hi Protesilaos, thanks for the report. I suggest you post the same report to emacs-orgmode@gnu.org, where more Org contributors may comment and try to help. I can reproduce this problem and I don't know how to solve it. As a comment to Adam's explorations: Org tags are not aligned with respect to the window margin, but wrt to `org-tags-column'. And I don't think we can implement a solution without changing this, so that's quite a change. But perhaps someone will want to tackle this. Thanks, -- Bastien