[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] C-c '
From: |
Nick Dokos |
Subject: |
Re: [O] C-c ' |
Date: |
Fri, 26 Aug 2011 19:18:12 -0400 |
Henri-Paul Indiogine <address@hidden> wrote:
> Hi Bernt!
>
> 2011/8/26 Bernt Hansen <address@hidden>:
> > It's not supposed to do that. It is supposed to indent by 2 spaces and
> > then remove those 2 spaces in C-c ' again.
> >
> > There's a variable (that I just found out about yesterday -- Thanks
> > Nick!) which will turn this indentation off completely.
> >
> > Try setting
> >
> > (setq org-src-preserve-indentation t)
>
> Yes, that removed the problem. I am running the daily git version on
> GNU Emacs 24.0.50.1.
>
> Thanks,
> Henri-Paul
>
FWIW: The first C-c ' C-c ' cycle adds two spaces of indent, but it
stays at two after subsequent cycles.
I have org-src-preserve-indentation set to nil.
Org-mode version 7.7 (release_7.7.205.gce02a)
Nick