summaryrefslogtreecommitdiffstats
path: root/index.org
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-03-30 23:39:39 +0200
committerGravatar Tom Willemse2014-03-30 23:39:39 +0200
commit520da7b85a75029830702e4e5923a0eb263c73be (patch)
treef06f44fd1d4559b2fbcde5e98a02d3df82b1d485 /index.org
parent35c03fbe0885c80367ecabedb218fff9826892a1 (diff)
downloadorgweb-520da7b85a75029830702e4e5923a0eb263c73be.tar.gz
orgweb-520da7b85a75029830702e4e5923a0eb263c73be.zip
Automatically generate blog structure from org files
Diffstat (limited to 'index.org')
-rw-r--r--index.org12
1 files changed, 1 insertions, 11 deletions
diff --git a/index.org b/index.org
index 085f415..872fc4e 100644
--- a/index.org
+++ b/index.org
@@ -7,17 +7,7 @@
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
+#+INCLUDE: articles/shortlist.org
* Projects