From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Re: Re: Organize Your Life In Plain Text! Date: Sun, 17 May 2009 14:49:26 -0700 Message-ID: References: <87zldovowk.fsf@gollum.intra.norang.ca> <87bppxojos.fsf@gollum.intra.norang.ca> <4D5BC81A-63F1-49E3-87BB-21000C1C115B@gmail.com> <87y6t1mz0e.fsf@gollum.intra.norang.ca> <87y6t1coa5.fsf@kassiopeya.MSHEIMNETZ> <87bppv32jf.fsf@kassiopeya.MSHEIMNETZ> <1A95CAAB-513D-4513-8A64-EC4803AB1F77@mac.com> <4A0D11B7.1040103@manor-farm.org> <4A0E6398.9080304@manor-farm.org> 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 1M5oEm-0003t3-4S for emacs-orgmode@gnu.org; Sun, 17 May 2009 17:49:40 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M5oEg-0003na-Ts for emacs-orgmode@gnu.org; Sun, 17 May 2009 17:49:39 -0400 Received: from [199.232.76.173] (port=39831 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M5oEg-0003nX-Pd for emacs-orgmode@gnu.org; Sun, 17 May 2009 17:49:34 -0400 Received: from mx20.gnu.org ([199.232.41.8]:65297) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1M5oEg-0006X1-6p for emacs-orgmode@gnu.org; Sun, 17 May 2009 17:49:34 -0400 Received: from mail-px0-f111.google.com ([209.85.216.111]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M5oEf-0008Hu-7F for emacs-orgmode@gnu.org; Sun, 17 May 2009 17:49:33 -0400 Received: by pxi9 with SMTP id 9so2040400pxi.14 for ; Sun, 17 May 2009 14:49:31 -0700 (PDT) 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: lists@manor-farm.org Cc: emacs-orgmode@gnu.org Ian Barton writes: > Hi Eric, > > It was in the rake themes:default step. I got an error message about a > missing command, which I think was "sass". I'll uninstall surfar and > try to get an accurate error message later today. > Hi Ian, The issue here is that ruby couldn't find the sass executable on your machine. I just changed the theme deployment code so that it no longer relies on an external sass executable. Please pull the latest code from github, run 'git submodules update' to update the blorgit themes code and give 'rake themes:default' another try. > > Meanwhile have another problem:) When I try to view a page I can see > the basic navigation structure, but no style info or content. I notice > that there is no stylesheet.css in ~/blogs and I tried copying one > from the blorgit directory there. I do have an index.org, but it isn't > being processed and included in the web page index. I am guessing that > there is some problem with my Ruby installation. I have checked and I > am definitely using V1.8. > This problem is more complicated. Blorgit relies on Emacs to actually export org-mode files to html. To do this it passes the org-mode files to an Emacs server using the 'emacsclient' command. To allow your Emacs instance to act as a server for blorgit you need to load the org-interaction.el file located in the backend/acts_as_org/elisp/ directory. I have added the following to my .emacs so that this happens automatically. ;; serve up web pages for blorgit (load "~/src/blorgit/backend/acts_as_org/elisp/org-interaction.el") For running on a remote server see the "Deploying to a Remote Server" section of the blorgit page on worg. http://orgmode.org/worg/blorgit.php#sec-3.5 This is certainly the most complicated part of running blorgit, and if you have any suggestions for how to improve the page on worg please let me know (of feel free to edit the page yourself, as that's what worg is for). I hope this helps, and please let me know if there are any more issues. Hopefully your work getting this running will clear the way for future blorgit users. :) Thanks -- Eric > > Ian. > >> >> Thanks for the feedback. >> >> Do you happen to know which functionality depends on sufary, or where in >> the install process it was required? I am currently running a blorgit >> instance on two debian machines (one of which is ubuntu) and I don't >> have the sufary package installed on either. >> >> Thanks -- Eric >> >> Ian Barton writes: >> >>> Hi Eric, >>> >>> There is one small omission from the installation instuctions. On >>> Debian/Ubuntu you need to: >>> >>> apt-get install sufary >>> >>> Ian. >>> >>>> I hope blorgit works out for you. I've been using it for a couple of >>>> months both at work and at home, and it's starting to get fairly >>>> stable/reliable. >>>> >>>> Please don't hesitate to let me know if you run into any issues. >>>>