From mboxrd@z Thu Jan 1 00:00:00 1970 From: Diego Zamboni Subject: Re: customizing Org for legibility Date: Sat, 1 Feb 2020 21:46:41 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="00000000000038e4a3059d89ca31" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:49168) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ixzfM-00012E-Eu for emacs-orgmode@gnu.org; Sat, 01 Feb 2020 15:46:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ixzfK-0008AE-0c for emacs-orgmode@gnu.org; Sat, 01 Feb 2020 15:46:55 -0500 Received: from mail-wr1-x42b.google.com ([2a00:1450:4864:20::42b]:39243) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ixzfJ-00089q-M3 for emacs-orgmode@gnu.org; Sat, 01 Feb 2020 15:46:53 -0500 Received: by mail-wr1-x42b.google.com with SMTP id y11so12826170wrt.6 for ; Sat, 01 Feb 2020 12:46:53 -0800 (PST) In-Reply-To: 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-mx.org@gnu.org Sender: "Emacs-orgmode" To: Texas Cyberthal Cc: "emacs-orgmode@gnu.org" --00000000000038e4a3059d89ca31 Content-Type: text/plain; charset="UTF-8" > Ok, I see what you're saying. You're proposing to have TODO states and > other tags on the left of the heading title in fixed pitch, and the > heading title in variable pitch. In my current setup the whole heading > is fixed in Agenda and variable in normal buffers. I agree it would be > good to have mixed-pitch headings. > This is doable for the TODO states already using the org-todo-keyword-faces variable, which can contain full font attribute lists, like this: (org-todo-keyword-faces '(("TODO" . (:foreground "DarkOrchid1" :inherit fixed-pitch)) ("INBOX" . "cyan")) --Diego --00000000000038e4a3059d89ca31 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable

Ok, I see what you're saying. You're proposing to have TODO st= ates and
other tags on the left of the heading title in fixed pitch, and the
heading title in variable pitch. In my current setup the whole heading
is fixed in Agenda and variable in normal buffers. I agree it would be
good to have mixed-pitch headings.

This= is doable for the TODO states already using the=C2=A0org-todo-keyword-face= s variable, which can contain full font attribute lists, like this:

=C2=A0 =C2=A0 (org-todo-keyword-faces
=C2=A0 = =C2=A0 =C2=A0'(("TODO"=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0. (:f= oreground "DarkOrchid1" :inherit fixed-pitch))
=C2=A0 = =C2=A0 =C2=A0 =C2=A0("INBOX"=C2=A0 =C2=A0 =C2=A0 =C2=A0 . "c= yan"))=C2=A0

--Diego

=
--00000000000038e4a3059d89ca31--