Re: [O] org-list-indent-offset only works partially

2011-10-19 Thread Michael Brand
Hi Nicolas Thanks for the explanations, it helps me to get the right perspective to all the various possibilities. And the reread of the manual about Plain lists reminded me of org-M-RET-may-split-line that I will configure now. Michael

Re: [O] org-list-indent-offset only works partially

2011-10-19 Thread Nicolas Goaziou
Michael Brand writes: > Hi Nicolas > > Now I understand that > > - 1 :: item 1 > [TAB]- item 2 > > works as expected, when assuming that you don't want the space after > the "-" to change the indentation similar to Emacs Electric C but want > to keep only TAB, C-c and the modified cursor keys to

Re: [O] org-list-indent-offset only works partially

2011-10-18 Thread Michael Brand
Hi Nicolas Now I understand that - 1 :: item 1 [TAB]- item 2 works as expected, when assuming that you don't want the space after the "-" to change the indentation similar to Emacs Electric C but want to keep only TAB, C-c and the modified cursor keys to change the indentation. BTW, were there c

Re: [O] org-list-indent-offset only works partially

2011-10-18 Thread Nicolas Goaziou
Hello, Sébastien Delafond writes: > from Debian bug #645214 (http://bugs.debian.org/645214): > > org-mode doesn't seems to honour correctly the org-list-indent-offset > variable (a recent addition). See the following steps: > > 1- Run "emacs -q" > 2- M-x org-mode > 3- M-x set-variable

Re: [O] org-list-indent-offset only works partially

2011-10-18 Thread Michael Brand
Hi all I would like to suggest to treat this together with a similar issue: 1- Run "emacs -q" 2- M-x org-mode 3- open /tmp/t.org 4- Write the following - 1 :: item 1 [TAB]- item 2 When you press [TAB], "- item 2" is indented 7 spaces right. But I would expect it to be indented the same 2 spaces

[O] org-list-indent-offset only works partially

2011-10-18 Thread Sébastien Delafond
Hello, from Debian bug #645214 (http://bugs.debian.org/645214): org-mode doesn't seems to honour correctly the org-list-indent-offset variable (a recent addition). See the following steps: 1- Run "emacs -q" 2- M-x org-mode 3- M-x set-variable org-list-indent-offset 8 4- open /tmp/t.