From: Ian Barton <lists@manor-farm.org>
To: emacs-orgmode@gnu.org
Subject: Re: Help with migrating blog to org-mode format
Date: Mon, 10 Jan 2011 14:03:51 +0000 [thread overview]
Message-ID: <4D2B11C7.20403@manor-farm.org> (raw)
In-Reply-To: <87lj2telk0.fsf@playground.homesweet.home>
On 09/01/11 22:53, Myriam Abramson wrote:
>
> Hello,
>
> After Google dropped the ftp option to blogger, I dumped my blog to an
> xml file with the hope of ressucitate it to a more friendly
> environment for me. I've found this environment with a combination of
> org-mode, blorg, and ... dropbox. Dropbox just provides me a link to
> publish my blog wherever I want to. Blorg isn't being maintained I
> believe and it has lots of error but it works in converting org-mode
> to blog formatting for now and I can work on it later.
>
> Each topic in a blog is a TODO task and the date is inserted when the
> task is DONE. I'm planning to read from my xml blog and write topics
> simply as "* DONE mytopic ... " but how can I get the publication date
> in org to get "CLOSED:<date>" on the next line?
>
> The xml of my blog is something like that:
>
> <title type='text'> my title</title>
> <content type='html'> my content</content>
> <published>2003-10-22T18:27:00.000-04:00</published>
>
> TIA,
>
> myriam
I use org in combination with Jekyll and jekyll.el. The process goes
like this:
Create draft post using jekyll.el. This goes in the _drafts directory
and isn't published. When it's finished use jekyll.el which modified the
filename and moves it to the _posts directory.
Export my org files to html.
Run jekyll to create the web site and rsync it to my server.
My tutorial is on worg:
http://orgmode.org/worg/org-tutorials/org-jekyll.html
There are other ways to use org with jekyll, but this should give you
some ideas.
Ian.
next prev parent reply other threads:[~2011-01-10 14:04 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-09 22:53 Help with migrating blog to org-mode format Myriam Abramson
2011-01-10 14:03 ` Ian Barton [this message]
2011-01-10 16:33 ` Erik Iverson
2011-01-11 18:32 ` Matt Lundin
2011-01-12 2:35 ` Myriam Abramson
2011-01-12 4:00 ` Matt Lundin
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4D2B11C7.20403@manor-farm.org \
--to=lists@manor-farm.org \
--cc=emacs-orgmode@gnu.org \
/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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.