site/posts/Guess_whats_back.mdwn

39 lines
1.4 KiB
Text
Raw Permalink Normal View History

2012-11-06 01:02:07 +01:00
<p>A while ago I wrote a couple of functions in <a href="http://gnu.org/software/emacs">GNU Emacs</a> to help me
with blogging using <a href="http://wingolog.org/software/tekuti">tekuti</a>. I don't know how, but I somehow
accidentally deleted the file these functions were in and didn't have
the energy to retrieve it.
</p>
<p>
Today I wanted to blog a little again and so I rewrote the functions
from last time, but this time hopefully a little better. I'm now
fully dependent on <a href="http://orgmode.org">org-mode</a> and use its comment/property syntax to
manage tekuti's metadata.
</p>
<p>
I've already put it in a <a href="http://code.ryuslash.org/cgit.cgi/dotfiles/tree/.emacs.d/site-lisp/eltuki.el">temporary spot</a> for safe keeping, I'll move
it somewhere else when I have a little more of it.
</p>
<p>
The functions I'll still want to add include:
</p>
<ul>
<li>Editing the posts I've written in org, showing the options I used
for them in the usual way.
</li>
<li>Automatic committing, this shouldn't be too hard since I've also
written an emacs minor mode that does this.
</li>
<li>Easy saving, listing and continuing of drafts, right now I'm just
placing org files in my <code>$HOME</code> directory.
</li>
</ul>
<p>
And anything else that I can come up with later.
</p>
[[!meta date="2012-10-03 22:24:58"]]
[[!meta title="Guess what's back"]]
[[!tag org tekuti meta emacs elisp coding blogging]]