From 70ec137a55acdf2e36138fee9bb0c3abdb9c102c Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 19 Mar 2020 20:24:30 -0700 Subject: Update post properties ‘ID’ shouldn’t be necessary anymore, since it shouldn’t be used for RSS generation. ‘PUBDATE’ should be ‘DATE’. ‘FILE_TAGS’ is actually ‘FILETAGS’. --- posts/a-very-important-blog-post.org | 3 +-- posts/my-new-emacs-configuration.org | 5 ++--- posts/new-blog.org | 3 +-- posts/wdocker-compose.org | 6 +++--- 4 files changed, 7 insertions(+), 10 deletions(-) diff --git a/posts/a-very-important-blog-post.org b/posts/a-very-important-blog-post.org index df9609e..5f05a78 100644 --- a/posts/a-very-important-blog-post.org +++ b/posts/a-very-important-blog-post.org @@ -1,5 +1,4 @@ #+TITLE: A very important blog post -#+ID: a-very-important-blog-post -#+PUBDATE: <2020-02-23 Sun 18:28> +#+DATE: <2020-02-23 Sun 18:28> Very important business here. diff --git a/posts/my-new-emacs-configuration.org b/posts/my-new-emacs-configuration.org index 56902a2..dcb072b 100644 --- a/posts/my-new-emacs-configuration.org +++ b/posts/my-new-emacs-configuration.org @@ -1,7 +1,6 @@ #+TITLE: My new Emacs configuration -#+ID: my-new-emacs-configuration -#+PUBDATE: <2019-10-06 Sun 18:18> -#+TAGS: draft +#+DATE: <2019-10-06 Sun 18:18> +#+FILETAGS: draft I'm still working on this one. diff --git a/posts/new-blog.org b/posts/new-blog.org index 68bc483..a315712 100644 --- a/posts/new-blog.org +++ b/posts/new-blog.org @@ -1,6 +1,5 @@ #+TITLE: New Blog -#+ID: new-blog -#+PUBDATE: <2019-10-06 Sun 12:55> +#+DATE: <2019-10-06 Sun 12:55> It's that time again... I've started a new project to build and maintain my site and of course it has to come with a new blog post. I'm trying to have it diff --git a/posts/wdocker-compose.org b/posts/wdocker-compose.org index eaa13e4..6117db8 100644 --- a/posts/wdocker-compose.org +++ b/posts/wdocker-compose.org @@ -1,8 +1,8 @@ #+TITLE: Making docker-compose easier with wdocker -#+PUBDATE: <2016-02-21> -#+FILE_TAGS: wdocker docker docker-compose +#+DATE: <2016-02-21> +#+STARTUP: showall +#+FILETAGS: wdocker docker docker-compose #+OPTIONS: num:nil toc:nil -#+ID: wdocker-compose [[https://github.com/babab/wdocker][wdocker]] is a little utility written by a [[https://benjamin.althu.es][friend]] and former colleague of mine. It allows you to define commands for it in a -- cgit v1.2.3-54-g00ecf