Re: [Orgmode] Babel for blogging

2010-10-20 Thread Manuel Giraud
Sebastian Rose writes: > It's there, too. > > See > > C-h v org-publish-project-alist > > > " > If you create a sitemap file, adjust the sorting like this: > > :sitemap-sort-foldersWhere folders should appear in the >sitemap. Set this to `first' (d

Re: [Orgmode] Babel for blogging

2010-10-18 Thread Sebastian Rose
Manuel Giraud writes: > Eric S Fraga writes: > >> On Fri, 15 Oct 2010 11:07:05 -0600, "Eric Schulte" >> wrote: >>> >>> Hi Manuel, >>> >>> The following works for me, it creates an index of all files in the same >>> directory as the Org-mode file. >>> >>> --8<---cut here--

Re: [Orgmode] Babel for blogging

2010-10-18 Thread Manuel Giraud
Eric S Fraga writes: > On Fri, 15 Oct 2010 11:07:05 -0600, "Eric Schulte" > wrote: >> >> Hi Manuel, >> >> The following works for me, it creates an index of all files in the same >> directory as the Org-mode file. >> >> --8<---cut here---start->8--- >> * i

Re: [Orgmode] Babel for blogging

2010-10-16 Thread Olivier Schwander
Le 16 Oct 2010 00:13, Pere Quintana Seguí a écrit: > Al 15/10/10 22:32, En/na Eric Schulte ha escrit: > > this approach might be less appropriate for RSS, mainly because code > > block output is most easily contained in an Org-mode file, and then > > exported along with the rest of the file. RSS f

Re: [Orgmode] Babel for blogging

2010-10-15 Thread Eric S Fraga
On Fri, 15 Oct 2010 11:07:05 -0600, "Eric Schulte" wrote: > > Hi Manuel, > > The following works for me, it creates an index of all files in the same > directory as the Org-mode file. > > --8<---cut here---start->8--- > * index > > Create an index automatic

Re: [Orgmode] Babel for blogging

2010-10-15 Thread Pere Quintana Seguí
Al 15/10/10 22:32, En/na Eric Schulte ha escrit: > this approach might be less appropriate for RSS, mainly because code > block output is most easily contained in an Org-mode file, and then > exported along with the rest of the file. RSS files require special > headers and footers and can not be

Re: [Orgmode] Babel for blogging

2010-10-15 Thread Eric Schulte
this approach might be less appropriate for RSS, mainly because code block output is most easily contained in an Org-mode file, and then exported along with the rest of the file. RSS files require special headers and footers and can not be embedded in a standard html file, you may be better off lo

Re: [Orgmode] Babel for blogging

2010-10-15 Thread Pere Quintana Seguí
Thanks for the tip Eric, I'll use it to create a sitemap for my site, which is made using org-mode. Do you know if it would be possible to create an RSS file, using a similar approach? Thanks, Pere Al 15/10/10 19:07, En/na Eric Schulte ha escrit: > Hi Manuel, > > The following works for me, it

Re: [Orgmode] Babel for blogging

2010-10-15 Thread Eric Schulte
Hi Manuel, The following works for me, it creates an index of all files in the same directory as the Org-mode file. --8<---cut here---start->8--- * index Create an index automatically with an elisp code block. #+begin_src emacs-lisp :exports results :results

[Orgmode] Babel for blogging

2010-10-15 Thread Manuel Giraud
Hi, I'd like to set up a simple blog (with static page only) using emacs. So far, I was able to use emacs-muse based on the following instructions: http://alexott.net/en/writings/EmacsMuseMyPage.html http://www.diale.org/muse-functions.html Now, I'd like to give org-publish a try because it see