From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Ziegenhagen Subject: move org line to next superior level Date: Thu, 29 May 2014 03:57:16 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59954) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WprTM-0004XA-7Y for emacs-orgmode@gnu.org; Wed, 28 May 2014 23:57:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WprTE-00043j-O9 for emacs-orgmode@gnu.org; Wed, 28 May 2014 23:57:44 -0400 Received: from plane.gmane.org ([80.91.229.3]:33388) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WprTE-00043X-HP for emacs-orgmode@gnu.org; Wed, 28 May 2014 23:57:36 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WprTB-0002ly-Ts for emacs-orgmode@gnu.org; Thu, 29 May 2014 05:57:33 +0200 Received: from cable-78-34-39-130.netcologne.de ([78.34.39.130]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 29 May 2014 05:57:33 +0200 Received: from ziegenhagen by cable-78-34-39-130.netcologne.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 29 May 2014 05:57:33 +0200 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: emacs-orgmode@gnu.org Hi everyone, is there a way to move a specific org mode item across its superior level via shortcut? In the following example I'd like to move the "cccc" line via shortcut below the 'bbbb' line. * aaa ** TODO cccc * bbb ** TODO dddd As addon it would be cool to flag this moved line with e.g. "moved on 2014-05-29" What I trying to accomplish here is to create a kind of electronic version of 43folders. When I am not able to finish a task on say Monday, I'd like to be able to move it (or alternatively copy it [while setting the original entry's status to "postponed"]) to the next day. Uwe