From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Killing list and subtree? Date: Fri, 17 Feb 2012 09:22:49 +0100 Message-ID: <87pqddna1y.fsf@gmail.com> References: <87y5s2stnp.fsf@iro.umontreal.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:57554) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RyJ7u-00054b-TF for emacs-orgmode@gnu.org; Fri, 17 Feb 2012 03:25:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RyJ7n-0007RL-8f for emacs-orgmode@gnu.org; Fri, 17 Feb 2012 03:25:10 -0500 Received: from mail-wi0-f169.google.com ([209.85.212.169]:46235) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RyJ7n-0007Qk-0g for emacs-orgmode@gnu.org; Fri, 17 Feb 2012 03:25:03 -0500 Received: by wibhj13 with SMTP id hj13so1836585wib.0 for ; Fri, 17 Feb 2012 00:25:01 -0800 (PST) In-Reply-To: <87y5s2stnp.fsf@iro.umontreal.ca> (=?utf-8?Q?=22Fran=C3=A7ois?= Pinard"'s message of "Thu, 16 Feb 2012 10:08:10 -0500") 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: =?utf-8?Q?Fran=C3=A7ois?= Pinard Cc: emacs-orgmode@gnu.org Hello, pinard@iro.umontreal.ca (Fran=C3=A7ois Pinard) writes: > Is there an easy command to kill a list and its subtree hierarchy? > Something like `C-c C-x C-w' but which would work at the list level > rather than at the item level? > > For now, I'm either repeating a string of `C-k' or setting a region to > cut, and it happens that neither is very efficient, human-wise :-). It depends on how you set the region. You may have a look into `org-mark-list' command. Regards, --=20 Nicolas Goaziou