From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Subject: [bug] misbehavior of org-shiftmetaup Date: Thu, 12 Apr 2007 11:36:13 +0100 Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hbwio-0000sH-GL for emacs-orgmode@gnu.org; Thu, 12 Apr 2007 06:40:10 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hbwin-0000s5-1t for emacs-orgmode@gnu.org; Thu, 12 Apr 2007 06:40:10 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hbwim-0000s2-Vt for emacs-orgmode@gnu.org; Thu, 12 Apr 2007 06:40:09 -0400 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Hbwed-0003ix-8S for emacs-orgmode@gnu.org; Thu, 12 Apr 2007 06:35:51 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1HbweL-00069e-2v for emacs-orgmode@gnu.org; Thu, 12 Apr 2007 12:35:33 +0200 Received: from sl392.st-edmunds.cam.ac.uk ([131.111.223.202]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 12 Apr 2007 12:35:33 +0200 Received: from sdl.web by sl392.st-edmunds.cam.ac.uk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 12 Apr 2007 12:35:33 +0200 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 --=-=-= Dear Carsten, I think this bug has been there for quite some time as it is also in 4.67c. To reproduce: o Open the attached file and set it in org-mode o Go to "* Heading 1" and issue 'C-x n s' o Move cursor to subtree: "** Item 2" o M-x org-shiftmetaup Then item 1 and item 2 will be joined like this: ,---- | ** Item 2 | Go to supermarket and get a printer** Item 1 `---- This happens quite often with narrowing. It could also happen without narrowing when 'require-final-newline' is set to nil. Thanks, -- Leo (GPG Key: 9283AA3F) --=-=-= Content-Disposition: inline; filename=sample.org Content-Description: sample.org * Heading 1 ** Item 1 ** Item 2 Go to supermarket and get a printer * Heading 2 --=-=-= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --=-=-=--