From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tassilo Horn Subject: Re: undo in org.el Date: Wed, 14 Nov 2007 09:13:52 +0100 Message-ID: <87wsslgs73.fsf@baldur.tsdh.de> References: <5C8B63FD-C596-4FBA-A8E5-DA0262F222BA@science.uva.nl> <3d6808890711130344j3a10bf5cuf6e68de26006bb48@mail.gmail.com> <20071113135736.I21791@dhabat.pair.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IsDO9-0003hq-1Q for emacs-orgmode@gnu.org; Wed, 14 Nov 2007 03:14:21 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IsDO6-0003gU-ML for emacs-orgmode@gnu.org; Wed, 14 Nov 2007 03:14:20 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IsDO5-0003gE-4N for emacs-orgmode@gnu.org; Wed, 14 Nov 2007 03:14:18 -0500 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IsDO3-0002sN-3P for emacs-orgmode@gnu.org; Wed, 14 Nov 2007 03:14:15 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IsDNv-0003Hi-Uv for emacs-orgmode@gnu.org; Wed, 14 Nov 2007 08:14:07 +0000 Received: from dslb-084-063-003-166.pools.arcor-ip.net ([84.63.3.166]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 14 Nov 2007 08:14:07 +0000 Received: from tassilo by dslb-084-063-003-166.pools.arcor-ip.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 14 Nov 2007 08:14:07 +0000 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 Wes Nakamura writes: Hi Wes, > On XEmacs I like being able to have a default variable width font in > the org-mode buffer but still have the calendar, etc, come up in a > monospace font in a different buffer in the same frame. I haven't > been able to do this in Emacs since I believe fonts are not buffer > local but applied to a frame. That's wrong. You can mix as many proportional and variable width faces in one buffer as you whish. For example you could use big variable width fonts for org headlines and small proportional fonts for the normal content. Simply set point on the face you want to change and hit `M-x customize-face RET'. Bye, Tassilo