Re: [O] org-indent-mode sans-serif font support

2013-01-17 Thread Loris Bennett
onguarde ongua...@gmail.com 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







Re: [O] org-indent-mode sans-serif font support

2013-01-17 Thread Samuel Wales
Hi onguarde,

On 1/16/13, onguarde ongua...@gmail.com wrote:
 org-indent-mode doesn't work well except on monospaced font.
 Is there a way around this?

Just so you know, and because you are talking about fonts, Gmail with
large fonts displays your email in a completely unreadable way where
the lines overlap.

It is only legible at all when replying.

Samuel

-- 
The Kafka Pandemic: http://thekafkapandemic.blogspot.com

The disease DOES progress.  MANY people have died from it.  ANYBODY
can get it.  There is no hope without action.



Re: [O] org-indent-mode sans-serif font support

2013-01-17 Thread onguarde
Oh ok, I'll make it a point to convert it to plain text before sending here.
=p

On 18 January 2013 01:14, Samuel Wales samolog...@gmail.com wrote:

 Hi onguarde,

 On 1/16/13, onguarde ongua...@gmail.com wrote:
  org-indent-mode doesn't work well except on monospaced font.
  Is there a way around this?

 Just so you know, and because you are talking about fonts, Gmail with
 large fonts displays your email in a completely unreadable way where
 the lines overlap.

 It is only legible at all when replying.

 Samuel

 --
 The Kafka Pandemic: http://thekafkapandemic.blogspot.com

 The disease DOES progress.  MANY people have died from it.  ANYBODY
 can get it.  There is no hope without action.



[O] org-indent-mode sans-serif font support

2013-01-16 Thread onguarde
org-indent-mode doesn't work well except on monospaced font.
Is there a way around this?

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.