From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Jones Subject: Re: Project Planning Tutorial Using Org-Mode Date: Thu, 24 Jul 2008 18:18:26 -0600 Message-ID: References: <86r69j80d9.fsf@pmade.com> <86iquu9an4.fsf@pmade.com> 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 1KMB13-0003SC-3h for emacs-orgmode@gnu.org; Thu, 24 Jul 2008 20:18:37 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KMB11-0003S0-EN for emacs-orgmode@gnu.org; Thu, 24 Jul 2008 20:18:36 -0400 Received: from [199.232.76.173] (port=46982 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KMB11-0003Rx-BN for emacs-orgmode@gnu.org; Thu, 24 Jul 2008 20:18:35 -0400 Received: from pmade.com ([64.92.223.213]:64738) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KMB10-0001nu-Br for emacs-orgmode@gnu.org; Thu, 24 Jul 2008 20:18:35 -0400 Received: from skinny.local.pmade.com (c-76-25-134-186.hsd1.co.comcast.net [76.25.134.186]) (authenticated bits=0) by pmade.com (8.13.8/8.13.8) with ESMTP id m6P0IRAp098913 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT) for ; Fri, 25 Jul 2008 00:18:27 GMT (envelope-from pjones@pmade.com) In-Reply-To: (Cezar Halmagean's message of "Thu\, 24 Jul 2008 16\:20\:46 -0700") 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 Cezar Halmagean writes: > What Emacs version and color theme are you using ? That looks really > good. Also can you share your rails/muse integration cause it looks like > it's working pretty nice for ya. I'm using Emacs 22.2.1, with a home-brewed color theme. If you're really interested in my color theme, you can get it via git: git clone git://pmade.com/rc The file you want is: emacs/emacs.d/pmade-org.el As far as Rails and Muse, it's a bit silly. I wrote my own CMS in Ruby, using Rails, with the sole goal of using Emacs Muse to interface with it. I therefore also wrote a Muse publishing style that works with my CMS. Basically, I write my page using Muse inside Emacs, C-c C-t, and the page is translated to HTML and uploaded to my site. If you're interested in the CMS and Muse publishing style, it's currently available as a Rails Engine (plugin): git clone git://pmade.com/barecms -- Peter Jones, http://pmade.com pmade inc. Louisville, CO US