From mboxrd@z Thu Jan 1 00:00:00 1970 From: andrea Subject: Restructure my org-life Date: Mon, 19 Oct 2009 16:06:13 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mzsu2-00032t-5k for emacs-orgmode@gnu.org; Mon, 19 Oct 2009 10:08:02 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mzstx-00030Y-Mb for emacs-orgmode@gnu.org; Mon, 19 Oct 2009 10:08:01 -0400 Received: from [199.232.76.173] (port=33051 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mzstx-00030A-20 for emacs-orgmode@gnu.org; Mon, 19 Oct 2009 10:07:57 -0400 Received: from lo.gmane.org ([80.91.229.12]:39745) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Mzstw-000895-DO for emacs-orgmode@gnu.org; Mon, 19 Oct 2009 10:07:56 -0400 Received: from list by lo.gmane.org with local (Exim 4.50) id 1MzstA-0004A3-0P for emacs-orgmode@gnu.org; Mon, 19 Oct 2009 16:07:08 +0200 Received: from 40-246.eduroam.rwth-aachen.de ([134.61.40.246]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 19 Oct 2009 16:07:07 +0200 Received: from andrea.crotti.0 by 40-246.eduroam.rwth-aachen.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 19 Oct 2009 16:07:07 +0200 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 Org-mode is already quite pervasive, I'm writing almost everything with it and moving also some old latex stuff. But now I think I have to rethink the whole way I store my data. I would like then to know how you organize your data to get some ideas. Now I have a directory $HOME/org where I have files like work.org personal.org and some small projects/ideas that don't have a position yet somewhere else. In plus in my projects I try to put always a README.org that keeps the main informations and links to other docs. That's working fine but now I have too many org files, and I lose a lot of time visiting them every time, looking for where to insert some info and finally insert what I wanted to write. Maybe I should only keep a big TODO.org, use org-remember and move somewhere else all the informations that are not TODO issues. But that doesn't convince me either, so I want to see if you have some better suggestions... Thanks a lot