Re: [O] [PATCH] Bugfix for heading levels when toggling from list

2011-06-09 Thread Nicolas Goaziou
Michael Brand writes: > #+begin_src org > ,#+STARTUP: odd > ,* section > , - item > #+end_src > > expected: 3 stars, buglet: 2 stars > #+begin_src org > ,- item > #+end_src > > expected: 1 star, buglet: 2 stars This is clearer now. Thanks for the examples and the patch. I have now appl

Re: [O] [PATCH] Bugfix for heading levels when toggling from list

2011-06-09 Thread Michael Brand
On Thu, Jun 9, 2011 at 09:54, Nicolas Goaziou wrote: > I would happily apply your patch, but could you explain, before, what > bugs are solved by it ? Thank you. BTW, your bugfix commit mentioned by me was not buggy at all, it just unleashed (before I wrongly wrote "introduced") this buglet hidde

Re: [O] [PATCH] Bugfix for heading levels when toggling from list

2011-06-09 Thread Nicolas Goaziou
Hello, Michael Brand writes: > The help provided from this thread about the function outline-level > and "Match Data" > http://thread.gmane.org/gmane.emacs.orgmode/42611 > allowed me to make the attached patch. It resolves two or so buglets, > the one I found first was introduced by > http://org

[O] [PATCH] Bugfix for heading levels when toggling from list

2011-06-09 Thread Michael Brand
Hi Nicolas, hi all The help provided from this thread about the function outline-level and "Match Data" http://thread.gmane.org/gmane.emacs.orgmode/42611 allowed me to make the attached patch. It resolves two or so buglets, the one I found first was introduced by http://orgmode.org/w/?p=org-mode.g