From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Baumann Subject: Re: org-mode workflow Date: Mon, 10 Apr 2006 16:55:25 +0200 Message-ID: <8128.1144680925@norvel.baumann-gauting.site> Reply-To: thomas.baumann@ch.tum.de Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FSxne-00016O-MA for emacs-orgmode@gnu.org; Mon, 10 Apr 2006 10:55:30 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FSxnd-000169-Am for emacs-orgmode@gnu.org; Mon, 10 Apr 2006 10:55:30 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FSxnd-000161-4W for emacs-orgmode@gnu.org; Mon, 10 Apr 2006 10:55:29 -0400 Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.52) id 1FSxsH-0000mV-NP for emacs-orgmode@gnu.org; Mon, 10 Apr 2006 11:00:18 -0400 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: Austin Frank Cc: emacs-orgmode@gnu.org Austin Frank writes: > 1) Do you find it to be more convenient to have one file per topic > (research.org, personal.org, etc), or one directory per topic with > more specific files within it (research/project1.org, > personal/finances.org)? I'm having all relevant data (projects, personal, other) in one file and use the archive function to clean up the main file. Some very big files are linked to my main file. > 2) Within an org file, do you find it more effective to maintain one > tree for tasks and other trees for notes, or do you mix notes and > tasks within the same trees? mixed, I like to have everything together for export, printing and so on. > 3) If you use remember with org, what role does it play in your work > flow? When do you find yourself reaching for a remember note instead > of using an org link or editing an org file directly? I don't use remember. > 4) Does anyone use timeclock.el with org? Have you found other ways > to track time allocation using built-in org functions? Not really necessary, because org can calculate time spans and you can easily insert timestamps with times. > 5) What's the one trick you're most pleased to have discovered, or > the one feature that changed your routine most once you began to use > it? Having discovered org-mode in the NEWS section of emacs-22 certainly changed the way I use emacs, thanks Carsten! And of course being able to link everything (including emails, pdfs, tex-files) into one file results in a nice workflow. Thomas