emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] org-column face


From: sergio
Subject: [O] org-column face
Date: Wed, 14 Dec 2011 18:25:36 +0400
User-agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:8.0) Gecko/20111120 Icedove/8.0

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]