From: sergio <mailbox@sergio.spb.ru>
To: emacs-orgmode@gnu.org
Subject: org-column face
Date: Wed, 14 Dec 2011 18:25:36 +0400 [thread overview]
Message-ID: <4EE8B1E0.9070007@sergio.spb.ru> (raw)
Hello.
Why org-column has a different font, than default?
It's event not monospace! (DejaVu Sans in my case (foncofig's default))
OK. I want to set org-column font to same as default font.
How should I do this?
(set-face-font 'org-column (face-font 'default))
Doesn't work, is says: error: Invalid face, org-column
OK, but
(add-hook 'org-mode-hook (lambda ()
(set-face-font 'org-column (face-font 'default))))
also doesn't work, without any error.
(add-hook 'org-mode-hook (lambda ()
(set-face-font 'org-column "terminus-10")))
works, but I don't want to write terminus-10 twice in my config.
--
sergio.
next reply other threads:[~2011-12-14 14:25 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-14 14:25 sergio [this message]
2011-12-14 15:15 ` org-column face sergio
2011-12-15 14:25 ` Michael Brand
2012-01-02 19:08 ` Bastien
2012-01-03 7:21 ` Michael Brand
2012-01-04 10:32 ` Bastien
2012-01-05 17:14 ` Michael Brand
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4EE8B1E0.9070007@sergio.spb.ru \
--to=mailbox@sergio.spb.ru \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).