emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Eric Schulte" <schulte.eric@gmail.com>
To: "Pere Quintana Seguí" <pere@quintanasegui.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Babel for blogging
Date: Fri, 15 Oct 2010 14:32:50 -0600	[thread overview]
Message-ID: <87lj5z5h8t.fsf@gmail.com> (raw)
In-Reply-To: <4CB89311.1060504@quintanasegui.com> ("Pere Quintana Seguí"'s message of "Fri, 15 Oct 2010 19:44:49 +0200")

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 looking for an external tool to handle the generation
of RSS content.

Best -- Eric

Pere Quintana Seguí <pere@quintanasegui.com> writes:

> 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 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 raw
>>   (mapconcat
>>    (lambda (file)
>>      (unless (file-directory-p file)
>>        (format "- [[%s][%s]]" (file-name-sans-extension file) file)))
>>    (directory-files (or default-directory
>>                         (file-name-directory (buffer-file-name))))
>>    "\n")
>> #+end_src
>> --8<---------------cut here---------------end--------------->8---
>> 
>> Does this solve your requirement?
>> 
>> Cheers -- Eric
>> 
>> Manuel Giraud <manuel.giraud@univ-nantes.fr> writes:
>> 
>>> 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 seems to provide nice
>>> features (and i'm already using org-mode as an agenda anyway).  So far
>>> so good I can publish entries, but I can't find a way to produce an
>>> index of all the entries sorted by date.
>>>
>>> With muse, i created a file with a <lisp></lisp> block to call the
>>> function muse-index-as-string-sort-by-date and this call insert the
>>> updated index in place.
>>>
>>> Now I'd like to do something similar using org-mode babel feature, but
>>> if i try this:
>>> ---8<-----
>>> #+BEGIN_SRC emacs-lisp :results output :exports results
>>>   (list "[[bar][1]]" "[[foo][2]]")
>>> #+END_SRC
>>> ---8<-----
>>>
>>> The content appears as a code snippet in the html export which is not
>>> exactly what I want. How can I do this? Am I misleaded because
>>> org-publish already provide this?
>> 
>> _______________________________________________
>> Emacs-orgmode mailing list
>> Please use `Reply All' to send replies to the list.
>> Emacs-orgmode@gnu.org
>> http://lists.gnu.org/mailman/listinfo/emacs-orgmode

  reply	other threads:[~2010-10-15 20:33 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-15 16:07 Babel for blogging Manuel Giraud
2010-10-15 17:07 ` Eric Schulte
2010-10-15 17:44   ` Pere Quintana Seguí
2010-10-15 20:32     ` Eric Schulte [this message]
2010-10-15 22:13       ` Pere Quintana Seguí
2010-10-16 17:17         ` Olivier Schwander
2010-10-15 23:03   ` Eric S Fraga
2010-10-18 14:22     ` Manuel Giraud
2010-10-18 21:36       ` Sebastian Rose
2010-10-20 17:09         ` Manuel Giraud

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87lj5z5h8t.fsf@gmail.com \
    --to=schulte.eric@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=pere@quintanasegui.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).