Add "Guess what's back" archive post
This commit is contained in:
parent
52e772aa13
commit
d5b7009f84
1 changed files with 38 additions and 0 deletions
38
posts/Guess_whats_back.mdwn
Normal file
38
posts/Guess_whats_back.mdwn
Normal file
|
@ -0,0 +1,38 @@
|
||||||
|
<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]]
|
Loading…
Reference in a new issue