From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Jolitz Subject: Re: move org line to next superior level Date: Thu, 29 May 2014 20:03:32 +0200 Message-ID: <87vbsoxy17.fsf@gmail.com> References: <874n08zmjf.fsf@gmail.com> <87ioook4a3.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40888) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wq4gD-0005JZ-1M for emacs-orgmode@gnu.org; Thu, 29 May 2014 14:03:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wq4g6-0002RG-Su for emacs-orgmode@gnu.org; Thu, 29 May 2014 14:03:52 -0400 Received: from plane.gmane.org ([80.91.229.3]:37151) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wq4g6-0002R4-Mt for emacs-orgmode@gnu.org; Thu, 29 May 2014 14:03:46 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Wq4g5-0002sj-MG for emacs-orgmode@gnu.org; Thu, 29 May 2014 20:03:45 +0200 Received: from g231233153.adsl.alicedsl.de ([92.231.233.153]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 29 May 2014 20:03:45 +0200 Received: from tjolitz by g231233153.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 29 May 2014 20:03:45 +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 Uwe Ziegenhagen writes: > Eric Abrahamsen ericabrahamsen.net> writes: >> >> Thorsten Jolitz gmail.com> writes: >> >> > >> > 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. > > The way that I currently use Org Mode is the following > > On level 1 I have all the weeks, on level 2 the tasks > > * 2014-05-26--2014-06-01 > ** TODO [#C] Python Test > > I know org mode offers way more functionalities, but right now I am > exploring the basics. But basic idiomatic use would be a simple ,----------------------------------------- | * TODO [#C] Python Test <2014-05-29 Do> `----------------------------------------- or maybe using a period with 2 timestamps ,--------------------------------- | <2014-05-29 Do>--<2014-05-30 Fr> `--------------------------------- or SCHEDULED or DEADLINE planning elements. You can even use repeaters etc then. Your system uses time info for file structuring, but Org has timestamps for time info and the agenda for dealing with time and organizing entries. -- cheers, Thorsten