Re: [O] org-elements: list in drawer

2012-08-08 Thread Michael Brand
Hi Nicolas On Wed, Aug 8, 2012 at 10:02 AM, Nicolas Goaziou wrote: > I get it now. It should be fixed. Thanks you for the detailed report. I can confirm, thank you. >> #+BEGIN_SRC emacs-lisp >> (plain-list >>(:type unordered :begin 32 :end 135 >> :contents-begin 32 :contents-

Re: [O] org-elements: list in drawer

2012-08-08 Thread Nicolas Goaziou
Hello, Michael Brand writes: > The drawer contains one list with one item, on one single long line > before filling. I want to fill it into several lines, just like it > happens when “:MYDRAWER:” and “:END:” are removed before. I get it now. It should be fixed. Thanks you for the detailed rep

Re: [O] org-elements: list in drawer

2012-08-07 Thread Michael Brand
Hi Nicolas On Tue, Aug 7, 2012 at 9:40 AM, Nicolas Goaziou wrote: >> ,:MYDRAWER: >> ,- a paragraph longer than one line, a paragraph longer than one >> line, a paragraph longer than one line >> ,:END: >> #+END_SRC > > What do you want to fill here? Theres a an item on a single line, then

Re: [O] org-elements: list in drawer

2012-08-07 Thread Nicolas Goaziou
Hello, Michael Brand writes: > M-q on the list item in this example does not try to fill: > > #+BEGIN_SRC org > ,#+DRAWERS: MYDRAWER > ,:MYDRAWER: > ,- a paragraph longer than one line, a paragraph longer than one > line, a paragraph longer than one line > ,:END: > #+END_SRC What do you

[O] org-elements: list in drawer

2012-08-06 Thread Michael Brand
Hi all M-q on the list item in this example does not try to fill: #+BEGIN_SRC org ,#+DRAWERS: MYDRAWER ,:MYDRAWER: ,- a paragraph longer than one line, a paragraph longer than one line, a paragraph longer than one line ,:END: #+END_SRC org-fill-paragraph recognizes a plain list but I thi