summaryrefslogtreecommitdiffstats
path: root/blog/blog-2012-04-24-0052.org
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2013-01-18 23:23:02 +0100
committerGravatar Tom Willemsen2013-01-18 23:23:02 +0100
commitb4928633d8f4fb0638acef78142b08abd866d9d9 (patch)
tree06c63aff0fe344bf83da0e596f223b6cbb1fdf29 /blog/blog-2012-04-24-0052.org
parentfc57f091501071cf5fadd327480aa67338cac88e (diff)
downloadorgweb-b4928633d8f4fb0638acef78142b08abd866d9d9.tar.gz
orgweb-b4928633d8f4fb0638acef78142b08abd866d9d9.zip
Delete blog, move project
Diffstat (limited to 'blog/blog-2012-04-24-0052.org')
-rw-r--r--blog/blog-2012-04-24-0052.org21
1 files changed, 0 insertions, 21 deletions
diff --git a/blog/blog-2012-04-24-0052.org b/blog/blog-2012-04-24-0052.org
deleted file mode 100644
index bc5a381..0000000
--- a/blog/blog-2012-04-24-0052.org
+++ /dev/null
@@ -1,21 +0,0 @@
-#+TITLE: A new org-blog
-#+DESCRIPTION: Going for another org blogging module
-
-I've taken it upon myself to update the ~org-blog.el~ that was written
-a long time ago. I want something other than an extra layer over some
-other system, ~org-mode~ has everything a blog needs, but it doesn't
-generate an RSS feed or a special index page.
-
-There was the ~org-blog.el~, but that uses some old functions that
-don't exist anymore, so I thought I'd try to update it.
-
-I just barely got it working, as you can see from this post. It
-generates an RSS feed, but the links don't work. It generates an index
-page, but no links to the individual pages (not that it needs it,
-really). It doesn't listen to some of the settings (toc, sections) the
-rest of the publishing projects do.
-
-I'd also like to have all posts in a single file and use things like a
-post's category and tags and such.
-
-It'll be interesting to see what else I can fix.