From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Andreas_R=F6hler?= Subject: Re: org-cut-subtree, bug? Date: Thu, 06 Jun 2013 10:56:24 +0200 Message-ID: <51B04EB8.9010005@easy-emacs.de> References: <51B04139.1000607@easy-emacs.de> <51B04895.3050704@easy-emacs.de> <0225E547-2F45-4D4C-91AB-0437BF6C4C14@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46997) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkVwq-0004v5-0q for emacs-orgmode@gnu.org; Thu, 06 Jun 2013 04:53:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UkVwj-0002Jx-Ou for emacs-orgmode@gnu.org; Thu, 06 Jun 2013 04:53:31 -0400 Received: from moutng.kundenserver.de ([212.227.17.10]:64879) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkVwj-0002Jb-7W for emacs-orgmode@gnu.org; Thu, 06 Jun 2013 04:53:25 -0400 In-Reply-To: <0225E547-2F45-4D4C-91AB-0437BF6C4C14@gmail.com> 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: Carsten Dominik Cc: emacs-orgmode Am 06.06.2013 10:44, schrieb Carsten Dominik: > > On 6 jun. 2013, at 10:30, Andreas Röhler wrote: > >> Am 06.06.2013 10:11, schrieb Carsten Dominik: >>> >>> On 6 jun. 2013, at 09:58, Andreas Röhler wrote: >>> >>>> Hi, >>>> >>>> I'm misusing org-mode for a review of (slightly transformed) diffs as below. >>>> When done, want to delete the current section. >>>> >>>> Unfortunatly a call of M-x `org-cut-subtree' not just deletes the current section, but also >>>> deletes the header-start of section beneath. >>> >>> >>> Hi Andreas, >>> >>> I am not sure I understand the problem. What do you mean by header-start of section? >>> >>> - Carsten >>> >>> >> >> The star, `*', introducing the header below. Which get's killed. > > > I am not able to reproduce this. > > - Carsten > >> >> Thanks, >> >> Andreas >> > > Okay, registered a kbd-macro which restores the star. Fine for me. Thanks again, Andreas