From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: hiding footnotes Date: Wed, 28 Nov 2012 22:56:50 +0530 Message-ID: <87sj7t4p0l.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:38890) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TdlN6-0005Cj-9W for emacs-orgmode@gnu.org; Wed, 28 Nov 2012 12:24:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TdlN2-00025V-20 for emacs-orgmode@gnu.org; Wed, 28 Nov 2012 12:24:28 -0500 Received: from mail-pa0-f41.google.com ([209.85.220.41]:61144) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TdlN1-00025A-Ro for emacs-orgmode@gnu.org; Wed, 28 Nov 2012 12:24:23 -0500 Received: by mail-pa0-f41.google.com with SMTP id bj3so5903943pad.0 for ; Wed, 28 Nov 2012 09:24:20 -0800 (PST) In-Reply-To: (42's message of "Wed, 28 Nov 2012 10:19:23 -0500") 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: 42 147 Cc: emacs-orgmode@gnu.org > Reading an org-file. I should note, it is the highlighting that is the > problem, not the footnote itself. If I could somehow toggle it to the > color of the text, that would solve my problem. Put your cursor on the footnote. Then do C-u C-x = In the resulting buffer, toward the end, you will see something like this. ,---- | There are text properties here: | face org-footnote | font-lock-fontified t | font-lock-multiline t | fontified t | help-echo "Footnote reference" | keymap [Show] | mouse-face highlight | org-category "test-new" | org-no-flyspell t `---- Click on the face property (which is `org-footnote'). Click on "customize this face" link. Change the face foreground color to whatever you want. Or A fast way to do that would be M-x customize-face RET org-footnote RET You can also try M-x customize-group RET org-faces RET --