From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: killing all contents of a headline Date: Tue, 19 Feb 2013 13:09:30 +0100 Message-ID: <87mwv07bet.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:37385) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U7m11-0008U7-L1 for emacs-orgmode@gnu.org; Tue, 19 Feb 2013 07:09:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U7m0v-0008Ph-81 for emacs-orgmode@gnu.org; Tue, 19 Feb 2013 07:09:43 -0500 Received: from mail-ee0-f51.google.com ([74.125.83.51]:50700) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U7m0v-0008PW-22 for emacs-orgmode@gnu.org; Tue, 19 Feb 2013 07:09:37 -0500 Received: by mail-ee0-f51.google.com with SMTP id d17so3414570eek.10 for ; Tue, 19 Feb 2013 04:09:35 -0800 (PST) In-Reply-To: (42's message of "Tue, 19 Feb 2013 06:01:23 -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: 42 147 Cc: emacs-orgmode@gnu.org 42 147 writes: > Title is self-explanatory. Is there a command that lets me place the > cursor on a headline and delete its contents (i.e., all of its text)? C-c @ C-w When using speedy commands (setq org-use-speed-commands t) . C-w at the beginning of a headline. I'm willing to update the "." speedy command and use "@" instead to be consistent with the "C-c @" command. -- Bastien