summaryrefslogtreecommitdiffstats
path: root/index.org
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-11-24 23:04:18 +0100
committerGravatar Tom Willemse2013-11-24 23:04:18 +0100
commit38adb8d0ac6eebbeb5e26d2095526c3ba9459d7a (patch)
treebc00d817278d80b0d7610b7ef361aae23cebc8e1 /index.org
parent6cbdc4209febfa72a1a107ba95d816bc15b43100 (diff)
downloadorgweb-38adb8d0ac6eebbeb5e26d2095526c3ba9459d7a.tar.gz
orgweb-38adb8d0ac6eebbeb5e26d2095526c3ba9459d7a.zip
Add blog posts
Diffstat (limited to 'index.org')
-rw-r--r--index.org30
1 files changed, 22 insertions, 8 deletions
diff --git a/index.org b/index.org
index 23eb426..a8f9435 100644
--- a/index.org
+++ b/index.org
@@ -3,18 +3,29 @@
#+STARTUP: showall
#+OPTIONS: toc:nil H:1
-* My coding projects
+* Blog
+
+ Some thoughts I may have had, and was foolish enough to write down.
+
+ #+BEGIN_SRC emacs-lisp :exports results :results value raw
+ (apply
+ #'concat
+ (with-current-buffer (find-file-noselect "blog.org")
+ (org-map-entries
+ (lambda ()
+ (format "* [[file:%s][%s]] %s\n"
+ (org-entry-get (point) "RSS_PERMALINK")
+ (nth 4 (org-heading-components))
+ (org-entry-get (point) "PUBDATE"))))))
+ #+END_SRC
+
+* Projects
These are the projects I keep myself busy with in my free time. Some
may be old, all might be badly written and one or two might be
useful. They are not sorted in order of importance, popularity or
size.
-** [[file:projects/baps1.org][baps1]] :C:
-
- A simple PS1 formatting utility. Doesn't do a lot yet, but does it a
- hell of a lot faster than the PHP script it replaced. (I hope)
-
** [[file:projects/cdispass.org][cdispass]] :Conkeror:JavaScript:
A [[http://conkeror.org][Conkeror]] interface for [[http://dispass.babab.nl][DisPass]]. Input your passphrases directly
@@ -56,6 +67,11 @@
one, he doesn't actually look anything like this theme, for example:
He doesn't have so much text all over him.
+** [[file:projects/baps1.org][baps1]] :C:
+
+ A simple PS1 formatting utility. Doesn't do a lot yet, but does it a
+ hell of a lot faster than the PHP script it replaced. (I hope)
+
** more
I have [[http://code.ryuslash.org][other projects]] around here too. Not sure if you would be
@@ -92,5 +108,3 @@
* Other forms of communication
- Read a little [[file:about.org][about]] me.
-
- - Read my [[http://blog.ryuslash.org/][blog]], it has boring things..