Re: [O] org-column face

2012-01-05 Thread Michael Brand
Hi Bastien On Wed, Jan 4, 2012 at 11:32, Bastien wrote: > `initial-frame-alist' is for the first frame, `default-frame-alist' for > the ones that are created later one.  Just a guess. None of the *-frame-alist that I tested changes the font for all use cases: - default-frame-alist - initial-fram

Re: [O] org-column face

2012-01-04 Thread Bastien
Hi Michael, Michael Brand writes: > (set-frame-font "DejaVu Sans Mono-12") > (add-to-list 'load-path "/f/git/org-mode/lisp/") > (require 'org-install) > (require 'org) > > Now I am a bit confused why the above works but not > > (add-to-list 'default-frame-alist '(font . "DejaVu Sans Mono-12"))

Re: [O] org-column face

2012-01-02 Thread Michael Brand
Hi Bastien Setting org-column-face did not solve my issues (and in my opinion should be avoided if possible) but helped me to find out that the problem is either set-frame-font too late in my large setup or the use of default-frame-alist even when at the first place. This minimal setup works for a

Re: [O] org-column face

2012-01-02 Thread Bastien
Hi Michael, Michael Brand writes: > What is the right way for the setup to get all this working? The default face for the column view is DeJa Sans Mono for me, working fine. Are things okay by just setting the face with M-x customize-face RET org-column RET then picking up the font family

Re: [O] org-column face

2011-12-15 Thread Michael Brand
Hi all On Wed, Dec 14, 2011 at 16:15, sergio wrote: > (setq default-frame-alist '( > ... >        (font . "terminus-10") > ... > )) Thank you for this hint. Changing my setup from set-frame-font to default-frame-alist now helps me to get the desired font for org-culumn-face for the case when I o

Re: [O] org-column face

2011-12-14 Thread sergio
On 12/14/2011 06:25 PM, sergio wrote: > Why org-column has a different font, than default? I just realized (thank to Nick, who answered personally to me), that if I write: (set-face-font 'default "terminus-10") org-column uses this font, but I want to define default font so: (setq default-frame-a

[O] org-column face

2011-12-14 Thread sergio
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: Invali