From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: Re: move org line to next superior level Date: Thu, 29 May 2014 23:12:20 +0800 Message-ID: <87ioook4a3.fsf@ericabrahamsen.net> References: <874n08zmjf.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54343) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wq1x6-0007RL-LP for emacs-orgmode@gnu.org; Thu, 29 May 2014 11:09:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wq1wy-000079-90 for emacs-orgmode@gnu.org; Thu, 29 May 2014 11:09:08 -0400 Received: from plane.gmane.org ([80.91.229.3]:51501) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wq1wy-00006c-2i for emacs-orgmode@gnu.org; Thu, 29 May 2014 11:09:00 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Wq1ww-0001Vs-49 for emacs-orgmode@gnu.org; Thu, 29 May 2014 17:08:58 +0200 Received: from 114.248.27.183 ([114.248.27.183]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 29 May 2014 17:08:58 +0200 Received: from eric by 114.248.27.183 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 29 May 2014 17:08:58 +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 Thorsten Jolitz writes: > Uwe Ziegenhagen writes: > > Hi, > >> 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. > > Isn't it a feature of Org-mode that tasks can be added anywhere without > giving a thought in the agenda files, letting the agenda itself sort > them by date? Just changing the timestamp from monday to tuesday would > do the job in a normal workflow, making the agenda-file structuring by > day redundant. It's worth thinking about this point. There's a moment of freedom that comes when you allow yourself to just dump headings into a file willy-nilly, and *only* pick them out and examine them with the agenda. It's a bit of a leap of faith, but I have to say it's very freeing when you take it. Some files are for writing novels in, and you'll want to pore over their every line. Other files should never be looked at. You put lines in with org-capture, and you take lines out with org-agenda. That's all they're for. E