summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-03-30 23:37:28 +0200
committerGravatar Tom Willemse2014-03-30 23:37:28 +0200
commit35c03fbe0885c80367ecabedb218fff9826892a1 (patch)
tree2b1540bc1d431d3e81d28f693e30b3cda72aa374
parent7ce5f4a6ac2b983974004fb75c8fb72d0c0308e6 (diff)
downloadorgweb-35c03fbe0885c80367ecabedb218fff9826892a1.tar.gz
orgweb-35c03fbe0885c80367ecabedb218fff9826892a1.zip
Prepare articles for new blog generation
-rw-r--r--articles/c-d_to_close_eshell.org4
-rw-r--r--articles/mounting_music_dir_before_mpd.org4
-rw-r--r--articles/notstumpwm.org4
-rw-r--r--articles/rlwrapping_sbcl.org4
-rw-r--r--articles/some_quick_git_diff_tips.org3
5 files changed, 19 insertions, 0 deletions
diff --git a/articles/c-d_to_close_eshell.org b/articles/c-d_to_close_eshell.org
index 53c4112..45cf63f 100644
--- a/articles/c-d_to_close_eshell.org
+++ b/articles/c-d_to_close_eshell.org
@@ -1,6 +1,10 @@
#+TITLE:
+#+STARTUP: showall
* C-d to close eshell :eshell:emacs:elisp:config:
+ :PROPERTIES:
+ :PUBDATE: <2013-08-17 Sat 2:25>
+ :END:
One of the "tricks" that I have learned to use when working with
terminals is using ~C-d~ to close them, or when working on a TTY
diff --git a/articles/mounting_music_dir_before_mpd.org b/articles/mounting_music_dir_before_mpd.org
index caf8940..7551dc2 100644
--- a/articles/mounting_music_dir_before_mpd.org
+++ b/articles/mounting_music_dir_before_mpd.org
@@ -1,6 +1,10 @@
#+TITLE:
+#+STARTUP: showall
* Mounting music dir before MPD :systemd:mpd:config:
+ :PROPERTIES:
+ :PUBDATE: <2013-11-24 Sun 14:03>
+ :END:
Systemd allows you to specify a program to run before running the main
daemon (or program) with =ExecStartPre=. This can, for instance, be used
diff --git a/articles/notstumpwm.org b/articles/notstumpwm.org
index df63ded..d9c5651 100644
--- a/articles/notstumpwm.org
+++ b/articles/notstumpwm.org
@@ -1,6 +1,10 @@
#+TITLE:
+#+STARTUP: showall
* Notstumpwm :notion:wm:lua:config:
+ :PROPERTIES:
+ :PUBDATE: <2013-05-24 Fri 0:10>
+ :END:
I have just returned from an excursion into the land of [[http://exherbo.org/][exherbo]], which
is an awesome source-based distro, and I found that while I was gone,
diff --git a/articles/rlwrapping_sbcl.org b/articles/rlwrapping_sbcl.org
index 7b5a76c..df57de4 100644
--- a/articles/rlwrapping_sbcl.org
+++ b/articles/rlwrapping_sbcl.org
@@ -1,6 +1,10 @@
#+TITLE:
+#+STARTUP: showall
* rlwrapping sbcl :sbcl:lisp:utility:
+ :PROPERTIES:
+ :PUBDATE: <2013-10-06 Sun 13:02>
+ :END:
[[http://sbcl.org][SBCL]] is an excellent lisp implementation. The only thing that's not so
nice about it is overly simple command-line interface. The absence of
diff --git a/articles/some_quick_git_diff_tips.org b/articles/some_quick_git_diff_tips.org
index 94e5a20..0bf78a1 100644
--- a/articles/some_quick_git_diff_tips.org
+++ b/articles/some_quick_git_diff_tips.org
@@ -2,6 +2,9 @@
#+STARTUP: showall
* Some quick git diff tips :org:lisp:config:
+ :PROPERTIES:
+ :PUBDATE: <2013-08-11 Sun 0:54>
+ :END:
A couple of quick tips. As you possibly know you can specify some
options to be used for diffs (and other things) per file type. The