From mboxrd@z Thu Jan 1 00:00:00 1970 From: William =?UTF-8?B?TMOJQ0hFTExF?= Subject: Re: text to plain list Date: Fri, 22 Jun 2012 16:59:14 -0400 Message-ID: <87pq8rdpwd.wl%william.lechelle@ens-lyon.fr> References: Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:53826) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SiAwv-0001c3-SD for emacs-orgmode@gnu.org; Fri, 22 Jun 2012 16:59:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SiAwu-00023h-6E for emacs-orgmode@gnu.org; Fri, 22 Jun 2012 16:59:25 -0400 Received: from jabiru.ens-lyon.fr ([140.77.51.2]:36265) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SiAwu-00022s-0G for emacs-orgmode@gnu.org; Fri, 22 Jun 2012 16:59:24 -0400 Received: from localhost (localhost [127.0.0.1]) by jabiru.ens-lyon.fr (Postfix) with ESMTP id 9C91E1EB26A for ; Fri, 22 Jun 2012 22:59:21 +0200 (CEST) Received: from jabiru.ens-lyon.fr ([127.0.0.1]) by localhost (jabiru.ens-lyon.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id OmzebynkqrUr for ; Fri, 22 Jun 2012 22:59:21 +0200 (CEST) Received: from villian.umontreal.ca (ip-96-43-232-62.dsl.netrevolution.com [96.43.232.62]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) by jabiru.ens-lyon.fr (Postfix) with ESMTPSA id 099FD1EB1B2 for ; Fri, 22 Jun 2012 22:59:20 +0200 (CEST) In-Reply-To: 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 Hi Marvin, > Is there quick method for converting a bunch of text to plain list ? C-u C-c - makes every line of the active region a list item (C-c - makes the region one item, the bullet on the first line) If you want each word to become an item, what I usually do is replace (optionnaly by regexp if you master that) spaces by a newline (C-q C-j) a= nd a dash, and then, org-moving-around the list nicens it up, typically. > (C-M-% SPC * C-q C-j * [A-z] =E2=80=A6 =E2=80=A6 =E2=80=A6)