From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Schulte Subject: Re: org-mode based groupware wiki Date: Wed, 16 Oct 2013 20:25:08 -0600 Message-ID: <87ob6od46z.fsf@gmail.com> References: <878uy9jfps.fsf@gmail.com> <87siw480gv.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40135) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VWdHM-0004ET-Nm for emacs-orgmode@gnu.org; Wed, 16 Oct 2013 22:25:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VWdHI-0006Uq-R3 for emacs-orgmode@gnu.org; Wed, 16 Oct 2013 22:25:36 -0400 Received: from mail-pa0-x236.google.com ([2607:f8b0:400e:c03::236]:36687) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VWdHI-0006Ui-Cd for emacs-orgmode@gnu.org; Wed, 16 Oct 2013 22:25:32 -0400 Received: by mail-pa0-f54.google.com with SMTP id kx10so1997681pab.27 for ; Wed, 16 Oct 2013 19:25:30 -0700 (PDT) In-Reply-To: (Torsten Wagner's message of "Wed, 16 Oct 2013 17:12:11 +0200") 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: Torsten Wagner Cc: Org Mode Mailing List Torsten Wagner writes: > Hi again, > > today seems to be my Eric Schulte spamming day. Sorry for that. > No problem. > > Ok. Checking why I do not have the latest and finest version of > org-ehtml I found the following error > > package-compute-transaction: Need package `elnode-20130416.1626', but > only 0.9.9.7.6 is available > However, org-ehtml requirements in ELPA says > Requires: elnode-0.9.9, org-plus-contrib-20120928 > > I can't find a version of ELPA with this name. Might it be, that you > used a locally installed version of elnodes? > It is possible that I have a different version installed with ELPA, here are the package archives I'm using (setq package-archives '(("gnu" . "http://elpa.gnu.org/packages/") ("original" . "http://tromey.com/elpa/") ("org" . "http://orgmode.org/elpa/") ("marmalade" . "http://marmalade-repo.org/packages/") ("melpa" . "http://melpa.milkbox.net/packages/"))) (package-initialize) > > All my other errors might simply result of using a org-ehtml version > which still relied on the old exporter. E.g. I had no ox-ehtml. If you don't have ox-ehtml then you probably either don't have the latest version of org-ehtml, or you don't have your load path setup to find org-ehtml/src/ox-ehtml.el. If ELPA causes problems you might want to grab the org-ehtml and elnode git repositories and install the old fashioned way. > > I guess I am getting closer. I will try to install elnodes from git > and see if this helps. All the best > Hope this helps, best of luck and let me know if I can help further. > > Torsten > > > > > > On 16 October 2013 16:53, Torsten Wagner wrote: >> Stop! >> I just notice that my elpa installation seems to be broken. Still have >> a ehtml version of 2012 despite the fact that I tried to update them >> yesterday. >> >> Will check this further. Forget about my gibberish in my last response! >> Sorry >> >> >> On 16 October 2013 16:39, Torsten Wagner wrote: >>> Hi Eric, >>> >>> thanks for the ueberfast response... >>> >>> On 16 October 2013 15:55, Eric Schulte wrote: >>>> Lets at least try to isolate the problem. Could you try the following? >>> >>> Sure, >>> >>>> 1. (require 'elnode), then point your browser to http://localhost:8000 where >>>> you should see a directory listing and a test.html file, clicking on the >>>> test.html file should show elnodes test web page. If this doesn't work you >>>> don't have elnode installed correctly. >>> >>> This seems to work. I get a basic set of a folder structure as response. >>> However, calling elnode I find >>> >>> Package assoc is obsolete! >>> >>> in my *Message* buffer. Calling the website I receive a lot of elnode >>> errors like: >>> ... >>> elnode-error: elnode--sentinel 'open from 127.0.0.1.' for process >>> *elnode-webserver-proc* <127.0.0.1:39559> with buffer nil >>> elnode-error: Elnode status: *elnode-webserver-proc* <127.0.0.1:39559> >>> open from 127.0.0.1 >>> elnode-error: filter: calling handler on *elnode-webserver-proc* >>> <127.0.0.1:39559> >>> elnode-error: starting HTTP response on *elnode-webserver-proc* >>> <127.0.0.1:39559> >>> elnode-error: elnode--process-send-eof on *elnode-webserver-proc* >>> <127.0.0.1:39559> >>> elnode-error: elnode--http-end ending socket *elnode-webserver-proc* >>> <127.0.0.1:39559> >>> elnode-error: elnode--sentinel 'deleted.' for process >>> *elnode-webserver-proc* <127.0.0.1:39559> with buffer >>> *elnode-request-39559* >>> elnode-error: Elnode status: *elnode-webserver-proc* <127.0.0.1:39559> deleted >>> elnode-error: filter: handler returned on *elnode-webserver-proc* >>> <127.0.0.1:39559> >>> elnode-error: elnode--sentinel 'open from 127.0.0.1.' for process >>> *elnode-webserver-proc* <127.0.0.1:39560> with buffer nil >>> ... >>> >>> However, it seems still to work somehow or at least there is something >>> on the website. >>> >>>> >>>> 2. (require 'ox-ehtml), then open an Org-mode file and export with C-c C-e, >>>> you should now see a normal html export of the file. >>> >>> Did you mean org-ehtml? >>> Just wondering. Or did you mean org-export? Because trying to execute >>> (require 'ox-ehtml) emacs can't find a file with this name, >>> (require 'org-ethml) it complains of not being able to load org-export! >>> >>> Exporting a test file as HTML w (C-c C-e h o) however works. >>> >>> Hmm... I just notice, that org-export, which I can call despite it >>> tells me org-export is missing, gives me the old exporter mask. >>> Calling C-c C-e gives me the new mask. >>> Checking for key-bindings C-c C-e runs the command org-export-dispatch. >>> Maybe this gives you some idea? >>> Just to give some more details >>> I use >>> Org-mode version 8.2.1 (8.2.1-3-g35e5e5-elpa @ >>> /home/torsten/.emacs.d/elpa/org-20131007/) >>> GNU Emacs 24.3.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.8.2) of >>> 2013-08-07 on -mnt-storage-buildroots-staging-x86_64-eric >>> >>> Should I see another exporter after calling ox-ehtml? >>> >>> I guess the problem appears within the above step already. >>> >>> Any idea? >>> >>> Torsten -- Eric Schulte https://cs.unm.edu/~eschulte PGP: 0x614CA05D