From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Loris Bennett" Subject: Re: org-indent-mode sans-serif font support Date: Thu, 17 Jan 2013 10:12:25 +0100 Message-ID: <878v7s18cm.fsf@slate.zedat.fu-berlin.de> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:51024) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TvlWZ-0007H3-Lb for emacs-orgmode@gnu.org; Thu, 17 Jan 2013 04:12:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TvlWX-0002WW-7X for emacs-orgmode@gnu.org; Thu, 17 Jan 2013 04:12:39 -0500 Received: from plane.gmane.org ([80.91.229.3]:45006) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TvlWX-0002WQ-0g for emacs-orgmode@gnu.org; Thu, 17 Jan 2013 04:12:37 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TvlWm-0000pk-7F for emacs-orgmode@gnu.org; Thu, 17 Jan 2013 10:12:52 +0100 Received: from slate.zedat.fu-berlin.de ([160.45.11.34]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 17 Jan 2013 10:12:52 +0100 Received: from loris.bennett by slate.zedat.fu-berlin.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 17 Jan 2013 10:12:52 +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: emacs-orgmode@gnu.org onguarde writes: > org-indent-mode doesn't work well except on monospaced font. > Is there a way around this? I don't think any form of indentation in Emacs with a non-monospaced font is going to work properly. > I want to use Arial font. (sans-serif font) > But with org-indent-mode, the body and entry indents are misaligned, > This is very apparent at higher indent levels. There are several nice sans-serif monospaced fonts, such as Lucida Sans Typwriter, DejaVu Sans Mono, or Liberation Mono. In my .emacs I have the following ,--------------------------------------------------------------------------- | (set-face-attribute 'default nil :font "Liberation Mono-12" :weight 'bold) `--------------------------------------------------------------------------- Cheers, Loris -- no sig is good sig