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:30:13 +0200 Message-ID: <51B04895.3050704@easy-emacs.de> References: <51B04139.1000607@easy-emacs.de> 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]:40308) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkVXS-0005tx-HW for emacs-orgmode@gnu.org; Thu, 06 Jun 2013 04:27:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UkVXN-0001iW-VF for emacs-orgmode@gnu.org; Thu, 06 Jun 2013 04:27:18 -0400 Received: from moutng.kundenserver.de ([212.227.126.171]:61878) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkVXN-0001iO-Lv for emacs-orgmode@gnu.org; Thu, 06 Jun 2013 04:27:13 -0400 In-Reply-To: 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: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. Thanks, Andreas