|
@@ -5,7 +5,7 @@ YEAR=`date +"%Y"`
|
|
|
if [[ ! -e ~/org/notes/${YEAR}.org ]] ; then
|
|
|
touch ~/org/notes/${YEAR}.org
|
|
|
cat <<EOF > ~/org/notes/${YEAR}.org
|
|
|
-#+Title: Notes from 2016
|
|
|
+#+Title: Notes from ${YEAR}
|
|
|
#+AUTHOR: Sam Flint
|
|
|
#+EMAIL: swflint@flintfam.org
|
|
|
#+DATE: \today
|