emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] keeping text at column 0


From: Sebastien Vauban
Subject: Re: [O] keeping text at column 0
Date: Tue, 06 Jan 2015 14:53:56 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (windows-nt)

Hi Andreas,

Andreas Leha wrote:
> How can I keep my text at column 0 even when demoting a subtree?
>
> In this simple example
>
> * test
> text
>
> demoting the tree results in
>
> ** test
>  text
>
> while I'd prefer
>
> ** test
> text

Don't adapt indentation to outline node level:

--8<---------------cut here---------------start------------->8---
  (setq org-adapt-indentation nil)
--8<---------------cut here---------------end--------------->8---

Best regards,
  Seb

-- 
Sebastien Vauban




reply via email to

[Prev in Thread] Current Thread [Next in Thread]