From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: jonetsu Newsgroups: gmane.emacs.help Subject: Modify a font colour that has no colour name Date: Sun, 1 Dec 2019 18:15:05 -0500 Message-ID: <20191201181505.62c1ab34@mistral> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="91516"; mail-complaints-to="usenet@blaine.gmane.org" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Dec 02 00:15:40 2019 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1ibYRG-000Ngf-Lr for geh-help-gnu-emacs@m.gmane.org; Mon, 02 Dec 2019 00:15:38 +0100 Original-Received: from localhost ([::1]:56554 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ibYRE-0002c8-UE for geh-help-gnu-emacs@m.gmane.org; Sun, 01 Dec 2019 18:15:36 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:36461) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ibYQn-0002au-IC for help-gnu-emacs@gnu.org; Sun, 01 Dec 2019 18:15:10 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ibYQl-0006KK-QU for help-gnu-emacs@gnu.org; Sun, 01 Dec 2019 18:15:08 -0500 Original-Received: from pmta31.teksavvy.com ([76.10.157.38]:64013) by eggs.gnu.org with esmtps (TLS1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.71) (envelope-from ) id 1ibYQl-0006JI-LI for help-gnu-emacs@gnu.org; Sun, 01 Dec 2019 18:15:07 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: =?us-ascii?q?A2H6HABNSORd/8e4VMZlHAEBATgBBAQBA?= =?us-ascii?q?QIBBwEBgViBNQJngUwVEoQNiUuISwGOVRGMEQkBAQEhGQECAQGEOgSCDCc4EwI?= =?us-ascii?q?QAQEBBAEBAQEBBQQCAmmEa1iGaBw7DBg0hnuwRYh1gUgigRICAQGMIgyBQECDd?= =?us-ascii?q?oYChSEElgZhRpcRgjgDgX+TSycNgiQBjAKLb6pyI4FYcBWDKE8ljDoBAQGPDSa?= =?us-ascii?q?BMQEGAQEBFQgTBQUBAY4TAQE?= X-IPAS-Result: =?us-ascii?q?A2H6HABNSORd/8e4VMZlHAEBATgBBAQBAQIBBwEBgViBNQJ?= =?us-ascii?q?ngUwVEoQNiUuISwGOVRGMEQkBAQEhGQECAQGEOgSCDCc4EwIQAQEBBAEBAQEBB?= =?us-ascii?q?QQCAmmEa1iGaBw7DBg0hnuwRYh1gUgigRICAQGMIgyBQECDdoYChSEElgZhRpc?= =?us-ascii?q?RgjgDgX+TSycNgiQBjAKLb6pyI4FYcBWDKE8ljDoBAQGPDSaBMQEGAQEBFQgTB?= =?us-ascii?q?QUBAY4TAQE?= X-IronPort-AV: E=Sophos;i="5.69,267,1571716800"; d="scan'208";a="110284642" Original-Received: from 198-84-184-199.cpe.teksavvy.com (HELO mistral) ([198.84.184.199]) by smtp.teksavvy.com with ESMTP; 01 Dec 2019 18:15:05 -0500 X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.32; x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 76.10.157.38 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:121976 Archived-At: Doing C-u C-x = on a org mode link shows the face that's used. Although the colour of the face turns out not to be a colour but a name, 'link'. If a colour is put in this field, the links disappear so to say, and no colour is applied. Is there a way to change the colour of that face and is it possible to do it only for the links in org mode (although I do not mind if all links everywhere are adopting the same colour) ? Thanks.