emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-column face
@ 2011-12-14 14:25 sergio
  2011-12-14 15:15 ` sergio
  0 siblings, 1 reply; 7+ messages in thread
From: sergio @ 2011-12-14 14:25 UTC (permalink / raw)
  To: emacs-orgmode

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.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-01-05 17:14 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-14 14:25 org-column face sergio
2011-12-14 15:15 ` 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

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).