From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Renkert Subject: Re: Making GTD more mangeable with org Date: Wed, 23 Mar 2011 14:21:51 +0000 (UTC) Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=46189 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q2Owr-0004qH-6M for emacs-orgmode@gnu.org; Wed, 23 Mar 2011 10:22:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q2Owo-00072F-Ov for emacs-orgmode@gnu.org; Wed, 23 Mar 2011 10:22:07 -0400 Received: from lo.gmane.org ([80.91.229.12]:49737) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q2Owo-00071m-Dq for emacs-orgmode@gnu.org; Wed, 23 Mar 2011 10:22:06 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Q2Owm-00066t-2m for emacs-orgmode@gnu.org; Wed, 23 Mar 2011 15:22:04 +0100 Received: from mnhm-5f74cf47.pool.mediaWays.net ([95.116.207.71]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 23 Mar 2011 15:22:04 +0100 Received: from thomas.renkert by mnhm-5f74cf47.pool.mediaWays.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 23 Mar 2011 15:22:04 +0100 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 > > However, I started noticing I was getting lost in my own system. This > is partly because I still don't have the habit of reviewing it all > very often, but I also found out that my main gtd.org file (the one > that has projects and next actions/tasks) was getting really long. I > know I could just use use the visibility functions to make it more > mangeable, but somehow I was still getting confused about what to do > at certain points in the day. > > Then I had the idea of creating a braindead index. Something that I > could access quickly and that would give me *perspective* and help me > decide what path to take. Here's how it looks like: > > http://img703.imageshack.us/img703/2199/screenshot20110318at120.png > > It can be thought of as a: > * A dashboard > * Overview of my system - a way to glue the most important parts > * A way to trigger my mind and help me stay on track (avoid procrastination) > * A "cache" area where I can list the projects or files that matter > the most *now* > * A checklist / workflow > * A quick way to regain perspective and help you go back to the "zone" > > Anyway, I know it might sound like a stupid small thing, but I found > that this entry-point to my system actually helps me stay focused. > > What do you think ? Share your thoughts ;) > > Marcelo. > > Hi Marcelo, this looks really great! Do you think you could share your code here? My ideas would be to start with one "Most important task" at the top of the list, to include recent emails that need action (links from wanderlust) and so on. Maybe one could also include things like 5-Minute/10-minute tasks for small breaks and so on. Your code would be a great starting point for a more capable dashboard/home screen. (I have some more ideas on this topic but would rather try your code first - but maybe this would be a great addition to orgmode, especially for new users?) Thomas