From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: move org line to next superior level Date: Thu, 29 May 2014 19:29:10 +0200 Message-ID: <87r43cxzmh.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46320) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wq48t-0006lm-2U for emacs-orgmode@gnu.org; Thu, 29 May 2014 13:29:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wq48k-0002TK-17 for emacs-orgmode@gnu.org; Thu, 29 May 2014 13:29:27 -0400 Received: from mail-wi0-x22c.google.com ([2a00:1450:400c:c05::22c]:47884) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wq48j-0002TB-Qi for emacs-orgmode@gnu.org; Thu, 29 May 2014 13:29:17 -0400 Received: by mail-wi0-f172.google.com with SMTP id hi2so6062184wib.5 for ; Thu, 29 May 2014 10:29:15 -0700 (PDT) In-Reply-To: (Uwe Ziegenhagen's message of "Thu, 29 May 2014 03:57:16 +0000 (UTC)") 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: Uwe Ziegenhagen Cc: emacs-orgmode@gnu.org Hi Uwe, Uwe Ziegenhagen writes: > In the following example I'd like to move the "cccc" line via shortcut below > the 'bbbb' line. > > * aaa > ** TODO cccc > * bbb > ** TODO dddd With current version (from maint): - put your cursor on ** TODO cccc - C-a to go at the beginning of the line - C-SPC to activate the mark - C-n to go one line down - M- to transpose the lines With latest master: - put your cursor on ** TODO cccc - hit S-M- to drag the line down > As addon it would be cool to flag this moved line with e.g. "moved on > 2014-05-29" In latest master, you can add a function in `org-shiftmetadown-hook' that would use `org-set-property' to add this. HTH, -- Bastien