From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Jones Subject: Re: Kill text in org mode Date: Wed, 11 Jun 2008 15:49:03 -0600 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K6YBu-0000Nt-Rc for emacs-orgmode@gnu.org; Wed, 11 Jun 2008 17:49:14 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K6YBt-0000Na-CR for emacs-orgmode@gnu.org; Wed, 11 Jun 2008 17:49:14 -0400 Received: from [199.232.76.173] (port=40615 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K6YBt-0000NV-8v for emacs-orgmode@gnu.org; Wed, 11 Jun 2008 17:49:13 -0400 Received: from pmade.com ([64.92.223.213]:50382) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1K6YBs-0003op-SJ for emacs-orgmode@gnu.org; Wed, 11 Jun 2008 17:49:13 -0400 Received: from skinny.local.pmade.com (75-166-119-225.hlrn.qwest.net [75.166.119.225]) (authenticated bits=0) by pmade.com (8.13.8/8.13.8) with ESMTP id m5BLn9KX060071 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT) for ; Wed, 11 Jun 2008 21:49:10 GMT (envelope-from pjones@pmade.com) In-Reply-To: (John's message of "Wed\, 11 Jun 2008 20\:26\:33 +0000 \(UTC\)") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org John writes: > 1. To kill some text from the mark till the begining of > a line, I usually type in: > - C-SPC to run `set-mark-command', then > - C-a to run `beginning-of-line', and then > - M-w to run `kill-ring-save' > > But in org-mode `C-a' is bound to `org-beginning-of-line' which > quits marking region. Thus `M-w' can't work anymore. This doesn't happen for me. You might want to ensure you have the latest version. Also, a faster way to kill from point to the beginning of the line is: C-- C-k That is, Control-minus and then Control-k. -- Peter Jones, http://pmade.com pmade inc. Louisville, CO US