summaryrefslogtreecommitdiffstats
path: root/posts/Guess_whats_back.mdwn
blob: 4bc7def9291b4a36efb69b6c01aac13607c4043f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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]]