emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] [ANN, OT] Emacs web-server, a new option for serving Org-mode fi


From: Eric Schulte
Subject: Re: [O] [ANN, OT] Emacs web-server, a new option for serving Org-mode files
Date: Sat, 11 Jan 2014 15:29:09 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

>
> The "Hello world" example worked splendidly for me out of the box. I'm
> having a bit of difficulty with serving up a file via this example:
> http://eschulte.github.io/emacs-web-server/File-Server.html#File-Server
>
> Perhaps I don't understand how the function is supposed to work... It
> says that the docroot is the current working directory in the example,
> so I cd'd to a directory with an .html file in it, started `emacs -Q`
> from the command line, ran `M-x load-file RET ~/.emacs`, and then
> evaluated the code from the example in the *scratch* buffer. I'm
> getting the 404 error. Should I be modifying that code somehow?
>

Since the value of the default-directory variable may not be easy to
predict, you're probably better off changing

  (docroot default-directory)

to

  (docroot "/full/path/to/directory/of/org/files")

I only used default-directory in the example because I couldn't think of
a good static path which would probably exist on most people's systems.

>
>
> Thanks and great work -- this is really neat!

Thanks, and please do let me know if anything else doesn't work as
expected.

Best,

> 
> John
>
>
>> Best,
>>
>> Footnotes:
>> [1]  https://github.com/eschulte/emacs-web-server
>>
>> [2]  http://eschulte.github.io/emacs-web-server/tutorials/#sec-1
>>
>> [3]  
>> http://eschulte.github.io/emacs-web-server/Org_002dmode-Export.html#Org_002dmode-Export
>>
>> [4]  
>> https://github.com/eschulte/emacs-web-server/blob/master/examples/013-org-export-service.el
>>
>> [5]  
>> https://github.com/eschulte/emacs-web-server/blob/master/examples/011-org-agenda.el
>>
>> [6]  https://github.com/eschulte/org-ehtml
>>
>> [7]  http://eschulte.github.io/emacs-web-server/benchmark/
>>
>> --
>> Eric Schulte
>> https://cs.unm.edu/~eschulte
>> PGP: 0x614CA05D
>>

-- 
Eric Schulte
https://cs.unm.edu/~eschulte
PGP: 0x614CA05D



reply via email to

[Prev in Thread] Current Thread [Next in Thread]