From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Schmitt Subject: Re: Using Variable Width Fonts for org-mode and Fixed WidthforTablesss Date: Wed, 02 Oct 2013 11:10:29 +0200 Message-ID: References: <52443BF4.5070609@wilkesley.net> <524BD924.1010300@wilkesley.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39066) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VRIS3-0004dH-3h for emacs-orgmode@gnu.org; Wed, 02 Oct 2013 05:10:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VRIRw-00077h-MM for emacs-orgmode@gnu.org; Wed, 02 Oct 2013 05:10:35 -0400 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:16646) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VRIRw-00077X-GL for emacs-orgmode@gnu.org; Wed, 02 Oct 2013 05:10:28 -0400 In-reply-to: <524BD924.1010300@wilkesley.net> 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: ian@manor-farm.org Cc: emacs-orgmode@gnu.org Hi Ian, lists@wilkesley.net writes: > That sort of works. The fonts in org-table, etc are fixed pitch as > expected. However, I seem unable to set a variable width font using > text-mode-hook. Whatever font I choose Emacs ends up using DejaVu Sans > Mono. Is it because the "variable-pitch-mode" is not set, or because the face associated with it is not applied? What happens when you do a "M-x variable-pitch-mode"? Alan