From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniele Nicolodi Subject: Re: Clean up org-faces.el Date: Sun, 8 Apr 2018 13:02:22 -0600 Message-ID: References: <871sfpg75y.fsf@gmx.us> <87zi2diox0.fsf@gmx.us> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42026) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f5FaB-0000pK-6s for emacs-orgmode@gnu.org; Sun, 08 Apr 2018 15:02:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f5Fa6-0001F9-As for emacs-orgmode@gnu.org; Sun, 08 Apr 2018 15:02:31 -0400 Received: from zed.grinta.net ([109.74.203.128]:47492) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f5Fa5-0001F3-UE for emacs-orgmode@gnu.org; Sun, 08 Apr 2018 15:02:26 -0400 Received: from black.local (c-98-245-165-154.hsd1.co.comcast.net [98.245.165.154]) (Authenticated sender: daniele) by zed.grinta.net (Postfix) with ESMTPSA id B4F17E014F for ; Sun, 8 Apr 2018 19:02:24 +0000 (UTC) In-Reply-To: <87zi2diox0.fsf@gmx.us> Content-Language: en-US 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@gnu.org On 08/04/2018 11:33, Rasmus wrote: > Daniele Nicolodi writes: >=20 >> On 08/04/2018 07:27, Rasmus wrote: >>> I have been wanting to clean up org-faces.el for a couple of years. >> >> Only tangentially related: is there a way to have a different face for >> tables content and tables structure (ie the grid)? The default blue >> hurts my eyes :-) >=20 > That=E2=80=99s a nice idea. >=20 > At the moment it=E2=80=99s not possible as it=E2=80=99s the same face f= or table contents > and table borders. It shouldn=E2=80=99t be too hard to add since cells= are > recognized by org-element. It would solve another of my issues. I > typically display links in variable pitch, but when they then go into > tables, it breaks the alignment. I can look into it, but it may take a while for me to figure it out. Cheers, Dan