From mboxrd@z Thu Jan 1 00:00:00 1970 From: pinard@iro.umontreal.ca (=?utf-8?Q?Fran=C3=A7ois?= Pinard) Subject: Killing list and subtree? Date: Thu, 16 Feb 2012 10:08:10 -0500 Message-ID: <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]:57052) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ry2wT-0002Rr-L6 for emacs-orgmode@gnu.org; Thu, 16 Feb 2012 10:08:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ry2wO-0007Dc-5N for emacs-orgmode@gnu.org; Thu, 16 Feb 2012 10:08:17 -0500 Received: from 206-248-137-202.dsl.teksavvy.com ([206.248.137.202]:50165 helo=mercure.epsilon-ti.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ry2wN-0007DS-Vi for emacs-orgmode@gnu.org; Thu, 16 Feb 2012 10:08:12 -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: emacs-orgmode@gnu.org Hi, Org friends. 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 :-). Fran=C3=A7ois