From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: huge font in column view Date: Mon, 10 May 2010 10:49:18 +0200 Message-ID: References: <87k4rfbmk5.fsf@eraldo.org> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1OBOgA-0001ge-I9 for emacs-orgmode@gnu.org; Mon, 10 May 2010 04:49:34 -0400 Received: from [140.186.70.92] (port=41013 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OBOg5-0001gT-7n for emacs-orgmode@gnu.org; Mon, 10 May 2010 04:49:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OBOfz-0002j8-4o for emacs-orgmode@gnu.org; Mon, 10 May 2010 04:49:28 -0400 Received: from ey-out-1920.google.com ([74.125.78.149]:1872) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OBOfz-0002iw-0J for emacs-orgmode@gnu.org; Mon, 10 May 2010 04:49:23 -0400 Received: by ey-out-1920.google.com with SMTP id 13so150252eye.2 for ; Mon, 10 May 2010 01:49:22 -0700 (PDT) In-Reply-To: <87k4rfbmk5.fsf@eraldo.org> 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: Eraldo Helal Cc: Org-Mode On May 7, 2010, at 8:20 PM, Eraldo Helal wrote: > When I press 'C-c C-x C-c' on a headline in org-mode, I get into > column view as expected, however the font is huuuge! > I remember seeing the same sized font when starting emacs without my > config file. > I have set the font size for this very reason... but column mode > seems to ignore it > > According to what I read, column view gets the font size from the > 'default font'. > Until now I thought I had changed the default font with '(set-face- > attribute 'default nil :height 80)'. > How else can I set the default font size? Or is the problem elsewhere? > > Greetings from Austria, > Eraldo Hi Eraldo, what is the spec of the face org-column in your setup? Please read the docstring of that face and see if that helps you track down the problem. Does it make a difference to specify the size for org-column explicitly? - Carsten