From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jakob Lombacher Subject: Tiny font in org-agenda-columns when using emacs --daemon Date: Tue, 13 Jul 2010 15:29:22 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from [140.186.70.92] (port=33434 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OYfZf-0007YL-7H for Emacs-orgmode@gnu.org; Tue, 13 Jul 2010 09:31:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OYfY4-0008Gv-6b for Emacs-orgmode@gnu.org; Tue, 13 Jul 2010 09:29:29 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:52880) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OYfY4-0008Gc-2A for Emacs-orgmode@gnu.org; Tue, 13 Jul 2010 09:29:24 -0400 Received: by wyj26 with SMTP id 26so4800362wyj.0 for ; Tue, 13 Jul 2010 06:29:22 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Emacs-orgmode@gnu.org Hi, When I start emacs as daemon "emacs --daemon" and than attache a client to it, the org-agenda-columns view appears in a very tiny font. If I start emacs "normally" the view appears in standard font size. I found out that the "Org Column face" is set to different values (Height: 1, ...). I can adapt it and it works, but when I start the emacsclient again, all settings are lost. So it looks like the emacsclient overwrites those settings. Has anybody an idea what's the cause of that? Can anybody report the same behavior? I use emacs 23.1-r3 on a gentoo linux system and org-mode 6.36c. Jakob