From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Wales Subject: [fr] header-only versions of agenda faces like org-scheduled-today Date: Wed, 21 Nov 2018 14:59:23 -0700 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48156) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gPaWu-0000VE-7I for emacs-orgmode@gnu.org; Wed, 21 Nov 2018 16:59:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gPaWt-00078u-Ik for emacs-orgmode@gnu.org; Wed, 21 Nov 2018 16:59:28 -0500 Received: from mail-lj1-x231.google.com ([2a00:1450:4864:20::231]:42226) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gPaWt-00076z-CI for emacs-orgmode@gnu.org; Wed, 21 Nov 2018 16:59:27 -0500 Received: by mail-lj1-x231.google.com with SMTP id l15-v6so6175978lja.9 for ; Wed, 21 Nov 2018 13:59:26 -0800 (PST) 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" To: emacs-orgmode tldr: add faces for the header parts of agenda faces so that variable pitch can be used. === DISCUSSION: in the agenda, it is desirable to use monospace fonts, so that things line up. faces like org-scheduled-today affect the entire line. however, monospace fonts are not needed for the text of a header. there are 2 kinds of emacs users: those who are ok with monospace font everywhere, and those who will never go back to monospace unless something needs to line up. :] in addition to aesthetics and legibility, this is also useful for putting more text on a line. org provides for the second kind of emacs user by supplying separate faces for timestamps and so on. this works perfectly [except for a few exceptions]. so you can set most things variable. PROPOSAL: it would excellent if we could have faces like org-scheduled-today-header that would apply to the header text. org-scheduled-today would apply to everything else on the line. this would allow variable pitch on the header text while keeping monospace on category, leader, and so on. for me this would allow much more text on the line. currently i cannot see the entire header for some headers. [i use very large fonts. i already have the largest monitor i can use and use emacs full screen and set the font size to the smallest legible size. thus, i have already done everything i can to increase text on the line.] thanks!