From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Dietsche Subject: OT: logging debian system changes (was: Re: org-mode are these two entries identical for org-mode?) Date: Tue, 08 Nov 2011 11:16:48 +0100 Message-ID: <87zkg6gbqn.fsf@rat.lan> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([140.186.70.92]:58386) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RNiji-0000gk-EZ for emacs-orgmode@gnu.org; Tue, 08 Nov 2011 05:16:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RNije-0005ht-54 for emacs-orgmode@gnu.org; Tue, 08 Nov 2011 05:16:58 -0500 Received: from www85.your-server.de ([213.133.104.85]:49767) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RNije-0005gr-0V for emacs-orgmode@gnu.org; Tue, 08 Nov 2011 05:16:54 -0500 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: Jude DaShiell Cc: emacs-orgmode@gnu.org Jude DaShiell writes: > I tried an experiment and am glad I didn't save its results! Results > are that you actually have to indent otherwise, all you have in the file > are the headlines once org-mode sees the file. I have a newly installed > debian system on the first sata drive I used and I'm using org-mode to > log the extras I install on the system as well as configuration changes > I make as they happen. I don't want to argue you out of org-mode. ;-) But for logging additional packages, you might look at tasksel(8). If you create a description file of your packages, you can use this with tasksel, when you set up a new system. e.g. /usr/local/share/tasksel/local.desc: Task: kids Section: user Description: Applications for kids. Packages: list gcompris tuxpaint Task: development Section: user Description: Development tools Tools needed for software development. Packages: list emacs23 emacs23-common-non-dfsg bbdb emacs-goodies-el yasnippet git gcc g++ gdb gdb-doc Task: net Section: user Description: Packages for networking and internet. Packages: list xul-ext-noscript xul-ext-cookie-monster dovecot-imapd fetchmail And logging configuration changes could be done with git(1). If you checkin the base configuration in /etc, /var/lib/... you can always see changes you made with "git status" and "git diff". > > On Mon, 7 Nov 2011, Jude DaShiell wrote: > >> * aptitude install emacs -r >> get emacs text editor. >> * aptitude install emacs -r >> get emacs text editor. Regards, Olaf