From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: org-cut-subtree, bug? Date: Thu, 6 Jun 2013 10:11:31 +0200 Message-ID: References: <51B04139.1000607@easy-emacs.de> Mime-Version: 1.0 (Mac OS X Mail 6.3 \(1503\)) Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36515) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkVIJ-0004lh-M0 for emacs-orgmode@gnu.org; Thu, 06 Jun 2013 04:11:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UkVIE-0004hk-Vw for emacs-orgmode@gnu.org; Thu, 06 Jun 2013 04:11:39 -0400 Received: from ezel.ic.uva.nl ([146.50.108.158]:41676) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkVIE-0004hV-NR for emacs-orgmode@gnu.org; Thu, 06 Jun 2013 04:11:34 -0400 In-Reply-To: <51B04139.1000607@easy-emacs.de> 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: =?iso-8859-1?Q?Andreas_R=F6hler?= Cc: emacs-orgmode On 6 jun. 2013, at 09:58, Andreas R=F6hler = wrote: > Hi, >=20 > I'm misusing org-mode for a review of (slightly transformed) diffs as = below. > When done, want to delete the current section. >=20 > 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 >=20 > A bug? Better ways to do this? >=20 > TIA, >=20 > Andreas >=20 > ;;;;;;;;;; >=20 > * mlib_ImageAffineTransform_Fp.3mlib.vorher 2013-06-05 = 21:13:34.285757559 +0200 > +++ mlib_ImageAffineTransform_Fp.3mlib.nachher 2013-06-05 = 21:13:40.824756887 +0200 >=20 > - mtx Transformation matrix. mtx[0] holds a; mtx[1] holds = b; mtx[2] > - holds tx; mtx[3] holds c; mtx[4] holds d; mtx[5] = holds ty. > + mtx Transformation matrix. mtx[0] holds a; mtx[1] = holds b; > + mtx[2] holds tx; mtx[3] holds c; mtx[4] holds d; = mtx[5] holds > + ty. >=20 > filter Type of resampling filter. It can be one of the = following: >=20 > * mlib_ImageAffineTransform.3mlib.vorher 2013-06-05 = 21:36:17.119617652 +0200 > +++ mlib_ImageAffineTransform.3mlib.nachher 2013-06-05 = 21:36:19.487617409 +0200 > @@ -52,8 +52,9 @@ > src Pointer to source image. >=20 > - mtx Transformation matrix. mtx[0] holds a; mtx[1] holds = b; mtx[2] > - holds tx; mtx[3] holds c; mtx[4] holds d; mtx[5] = holds ty. > + mtx Transformation matrix. mtx[0] holds a; mtx[1] = holds b; > + mtx[2] holds tx; mtx[3] holds c; mtx[4] holds d; = mtx[5] holds > + ty. >=20 > filter Type of resampling filter. It can be one of the = following: >=20