From mboxrd@z Thu Jan 1 00:00:00 1970 From: andrea Crotti Subject: Emacs package management with org-mode Date: Sat, 14 Nov 2009 18:35:28 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N9NTT-0000ya-OX for emacs-orgmode@gnu.org; Sat, 14 Nov 2009 13:35:51 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N9NTP-0000xR-4V for emacs-orgmode@gnu.org; Sat, 14 Nov 2009 13:35:51 -0500 Received: from [199.232.76.173] (port=47445 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N9NTO-0000xO-Va for emacs-orgmode@gnu.org; Sat, 14 Nov 2009 13:35:46 -0500 Received: from lo.gmane.org ([80.91.229.12]:34431) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1N9NTO-0007nM-Ey for emacs-orgmode@gnu.org; Sat, 14 Nov 2009 13:35:46 -0500 Received: from list by lo.gmane.org with local (Exim 4.50) id 1N9NTM-0005OV-2A for emacs-orgmode@gnu.org; Sat, 14 Nov 2009 19:35:44 +0100 Received: from 41-165.eduroam.RWTH-Aachen.DE ([134.61.41.165]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 14 Nov 2009 19:35:44 +0100 Received: from andrea.crotti.0 by 41-165.eduroam.RWTH-Aachen.DE with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 14 Nov 2009 19:35:44 +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 I was keeping a list of packages I use with emacs (here) http://github.com/AndreaCrotti/Emacs-conf/blob/master/.emacs.d/README.txt but now I had another idea, why don't create a table with org mode? I thought a table like | PACK | UPDATE CMD | REPO | COMMENT | RANK | CONF | where PACK: name and link UPDATE CMD: command shell or elisp to give to update it REPO: where is actually stored (could be a file or a directory) CONF: my configuration file So in this way in my dream if for example I want to update auto-complete my function - looks for it on the table - cd to the right directory - git pull the differences (and do other things as needed) and I have all the informations in one table. It's not so easy I guess but it maybe worth the effort, what do you think? Thanks