From mboxrd@z Thu Jan 1 00:00:00 1970 From: Derek Thomas Subject: Convert list to paragraph Date: Fri, 26 Aug 2011 15:01:39 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:33644) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qx2b0-0007eF-0F for emacs-orgmode@gnu.org; Fri, 26 Aug 2011 16:01:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qx2ay-00066s-Om for emacs-orgmode@gnu.org; Fri, 26 Aug 2011 16:01:41 -0400 Received: from mail-vx0-f169.google.com ([209.85.220.169]:39971) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qx2ay-00066m-MV for emacs-orgmode@gnu.org; Fri, 26 Aug 2011 16:01:40 -0400 Received: by vxj3 with SMTP id 3so3490549vxj.0 for ; Fri, 26 Aug 2011 13:01:39 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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 list? Here's an example of what I would like to achieve: + Here is my first sentence. + Another sentence. + One more sentence. would export to: Here is my first sentence. Another sentence. One more sentence. Thanks, Derek