Re: [Orgmode] Publish atom feeds based on Org files

2010-03-23 Thread David Maus
Eric S Fraga wrote: >> >> Thanks, I'll look into this. It looks like that the (dolist on the >> beginning requires cl. Never considered byte compiling the file. >Actually, all that's required for org-atom to load properly for me is to have Ah, yes. Forgot the obvious. Thanks. -- David -- Op

Re: [Orgmode] Publish atom feeds based on Org files

2010-03-23 Thread Eric S Fraga
On Tue, 23 Mar 2010 07:47:40 +0100, David Maus wrote: > > [1 ] > Eric S Fraga wrote: > >On Fri, 19 Mar 2010 23:00:23 +0100, David Maus wrote: > >> Hello all, > >> > >> Carving another stone that might fit into the cathedral known as > >> Emacs/Orgmode I am glad to present attached file org-ato

Re: [Orgmode] Publish atom feeds based on Org files

2010-03-22 Thread David Maus
Eric S Fraga wrote: >On Fri, 19 Mar 2010 23:00:23 +0100, David Maus wrote: >> Hello all, >> >> Carving another stone that might fit into the cathedral known as >> Emacs/Orgmode I am glad to present attached file org-atom.el that >> provides an exporting and a publishing function to create atom fe

Re: [Orgmode] Publish atom feeds based on Org files

2010-03-22 Thread Eric S Fraga
On Fri, 19 Mar 2010 23:00:23 +0100, David Maus wrote: > Hello all, > > Carving another stone that might fit into the cathedral known as > Emacs/Orgmode I am glad to present attached file org-atom.el that > provides an exporting and a publishing function to create atom feeds > based on Org files.

Re: [Orgmode] Publish atom feeds based on Org files

2010-03-22 Thread Eric S Fraga
On Mon, 22 Mar 2010 21:23:12 +0100, David Maus wrote: > > Eric S Fraga wrote: > >The only thing missing in your documentation was how to make your > >exported org (i.e. the html) file be recognised as an RSS feed by the > >browsers. I found that adding this to my org setup did the job: > > >--8

Re: [Orgmode] Publish atom feeds based on Org files

2010-03-22 Thread David Maus
Eric S Fraga wrote: >On Fri, 19 Mar 2010 23:00:23 +0100, David Maus wrote: >> Carving another stone that might fit into the cathedral known as >> Emacs/Orgmode I am glad to present attached file org-atom.el that >> provides an exporting and a publishing function to create atom feeds >> based on O

Re: [Orgmode] Publish atom feeds based on Org files

2010-03-21 Thread Eric S Fraga
On Fri, 19 Mar 2010 23:00:23 +0100, David Maus wrote: > Carving another stone that might fit into the cathedral known as > Emacs/Orgmode I am glad to present attached file org-atom.el that > provides an exporting and a publishing function to create atom feeds > based on Org files. David, many t