From mboxrd@z Thu Jan 1 00:00:00 1970 From: 42 147 Subject: Re: hiding footnotes Date: Wed, 28 Nov 2012 22:35:14 -0500 Message-ID: References: <87sj7t4p0l.fsf@gmail.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=e89a8f6438969e87ab04cf99f81b Return-path: Received: from eggs.gnu.org ([208.118.235.92]:57014) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TduuC-0005wx-ME for emacs-orgmode@gnu.org; Wed, 28 Nov 2012 22:35:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TduuB-0001AY-IQ for emacs-orgmode@gnu.org; Wed, 28 Nov 2012 22:35:16 -0500 Received: from mail-ie0-f169.google.com ([209.85.223.169]:51408) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TduuB-0001AT-C4 for emacs-orgmode@gnu.org; Wed, 28 Nov 2012 22:35:15 -0500 Received: by mail-ie0-f169.google.com with SMTP id c14so9362402ieb.0 for ; Wed, 28 Nov 2012 19:35:14 -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.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --e89a8f6438969e87ab04cf99f81b Content-Type: text/plain; charset=ISO-8859-1 I should add that Tyree's idea is what I was looking for originally (changing the face to the text font at least fixed readability). Ideally, instead of jumping to the footnote section, it would be collapsible / expandable, much like headings. Right now having a dedicated footnote section is better than having the footnote embedded in the body of the text as a giant distracting parenthesis. That is the worst functionality among the options here. On Wed, Nov 28, 2012 at 10:24 PM, 42 147 wrote: > Very nice. > > However, I'd like to write a function that toggles the color value (without > recourse to the customize menu), since it would be useful to highlight the > footnotes from time to time. > > After some tests, it is clear I also disliked the underlining. > > > On Wed, Nov 28, 2012 at 12:26 PM, Jambunathan K wrote: > >> >> > 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 >> -- >> > > --e89a8f6438969e87ab04cf99f81b Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I should add that Tyree's idea is what I was looking for originally
= (changing the face to the text font at least fixed readability).

Ide= ally, instead of jumping to the footnote section, it would be
collapsibl= e / expandable, much like headings.

Right now having a dedicated footnote section is better than having the=
footnote embedded in the body of the text as a giant distracting
par= enthesis. That is the worst functionality among the options here.

On Wed, Nov 28, 2012 at 10:24 PM, 42 147 <aeust= er@gmail.com> wrote:
Very nice.

However, I'd like to write a function that toggles t= he color value (without
recourse to the customize menu), since it would = be useful to highlight the
footnotes from time to time.

After som= e tests, it is clear I also disliked the underlining.


On Wed, Nov 28, 2012 at 12:26 PM, Jambunatha= n K <kjambunathan@gmail.com> wrote:

> 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<= br> > color of the text, that would solve my problem.

Put your cursor on the footnote. =A0Then do

=A0 =A0 C-u C-x =3D

In the resulting buffer, toward the end, you will see something like
this.

=A0 =A0 ,----
=A0 =A0 | There are text properties here:
=A0 =A0 | =A0 face =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 org-footnote
=A0 =A0 | =A0 font-lock-fontified =A0t
=A0 =A0 | =A0 font-lock-multiline =A0t
=A0 =A0 | =A0 fontified =A0 =A0 =A0 =A0 =A0 =A0t
=A0 =A0 | =A0 help-echo =A0 =A0 =A0 =A0 =A0 =A0"Footnote reference&quo= t;
=A0 =A0 | =A0 keymap =A0 =A0 =A0 =A0 =A0 =A0 =A0 [Show]
=A0 =A0 | =A0 mouse-face =A0 =A0 =A0 =A0 =A0 highlight
=A0 =A0 | =A0 org-category =A0 =A0 =A0 =A0 "test-new"
=A0 =A0 | =A0 org-no-flyspell =A0 =A0 =A0t
=A0 =A0 `----

Click on the face property (which is `org-footnote'). =A0Click on
"customize this face" link. =A0Change the face foreground color t= o
whatever you want.

Or

A fast way to do that would be
=A0 =A0 M-x customize-face RET org-footnote RET

You can also try
=A0 =A0 M-x customize-group RET org-faces RET
--


--e89a8f6438969e87ab04cf99f81b--