Re: [O] Convert list to paragraph

2011-08-27 Thread Nick Dokos
Derek Thomas wrote: > > Nick Dokos writes: > > > >> (defun org-list-to-paragraph () > >> "Convert the list at point into a paragraph." > >> (interactive) > >> (insert (org-list-to-generic (org-list-parse-list t) > >> '(:ustart "" > >>

Re: [O] Convert list to paragraph

2011-08-27 Thread Derek Thomas
> Nick Dokos writes: > >> (defun org-list-to-paragraph () >>   "Convert the list at point into a paragraph." >>   (interactive) >>   (insert (org-list-to-generic (org-list-parse-list t) '(:ustart "" :splice >> t :isep " " :nobr t >> >> >> (defun org-lists-to-paragraphs () >>   (goto-char (po

Re: [O] Convert list to paragraph

2011-08-26 Thread Nicolas Goaziou
Hello, Nick Dokos writes: > (defun org-list-to-paragraph () > "Convert the list at point into a paragraph." > (interactive) > (insert (org-list-to-generic (org-list-parse-list t) '(:ustart "" :splice t > :isep " " :nobr t > > > (defun org-lists-to-paragraphs () > (goto-char (point-

Re: [O] Convert list to paragraph

2011-08-26 Thread Nick Dokos
Derek Thomas wrote: > I find it convenient to outline LaTeX documents using org-mode. I > often find myself with every sentence in a paragraph as an item in an > org list. This makes it convenient to manipulate the paragraph. Is > it possible to export a certain list bullet style (+,-, etc.) a

[O] Convert list to paragraph

2011-08-26 Thread Derek Thomas
I find it convenient to outline LaTeX documents using org-mode. I often find myself with every sentence in a paragraph as an item in an org list. This makes it convenient to manipulate the paragraph. Is it possible to export a certain list bullet style (+,-, etc.) as a paragraph instead of as a