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 wrote:
>
> Hi onguarde,
>
> On 1/16/13, onguarde wrote:
> > org-indent-mode doesn't work well except on monospaced font.
> > Is there a way
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.
Peace all!
I'm trying to make text below headlines indented as per the example quoted
below.
http://orgmode.org/manual/Clean-view.html#fnd-1
*
Indentation of text below headlines*
You may indent text below each headline to make the left boundary line up
with the headline, like
*** 3rd
Peace all!
I have this in my .emacs to rebind keys.
(global-unset-key "\C-j") ; newline-and-indent/org-return-indent
(global-set-key (kbd "C-j") 'move-beginning-of-line)
;(global-unset-key (kbd "C-l")) ; recenter
(global-set-key (kbd "C-l") 'move-end-of-line)
The 2nd set works with or without t