From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: org-column face Date: Wed, 04 Jan 2012 11:32:44 +0100 Message-ID: <87lipn7o6r.fsf@gnu.org> References: <4EE8B1E0.9070007@sergio.spb.ru> <4EE8BD77.1060801@sergio.spb.ru> <8739bx6hy5.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:36043) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RiO8A-0000PV-Jz for emacs-orgmode@gnu.org; Wed, 04 Jan 2012 05:31:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RiO89-0000F0-OP for emacs-orgmode@gnu.org; Wed, 04 Jan 2012 05:31:38 -0500 Received: from mail-wi0-f169.google.com ([209.85.212.169]:48754) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RiO89-0000Ew-IY for emacs-orgmode@gnu.org; Wed, 04 Jan 2012 05:31:37 -0500 Received: by wibhq12 with SMTP id hq12so13192189wib.0 for ; Wed, 04 Jan 2012 02:31:36 -0800 (PST) In-Reply-To: (Michael Brand's message of "Tue, 3 Jan 2012 08:21:44 +0100") 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: Michael Brand Cc: Org Mode , sergio 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")) What about (add-to-list 'initial-frame-alist '(font . "DejaVu Sans Mono-12")) ? `initial-frame-alist' is for the first frame, `default-frame-alist' for the ones that are created later one. Just a guess. HTH, -- Bastien