1
0

grouped by language, added readme, added .gitignore

This commit is contained in:
2026-01-22 17:09:27 +01:00
parent 5cdce9d5ac
commit 39137e6afc
6 changed files with 7 additions and 3 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
*.csv

0
README.md Normal file
View File

View File

@@ -27,9 +27,12 @@ verify_paths(){
if [ ! -f "$WEEK_LOG" ]; then
touch "$WEEK_LOG"
cat >> "$WEEK_LOG" << EOF
#-*- mode: org -*-
#+STARTUP: showall
#+LaTeX_CLASS: article
#+LATEX_HEADER: \usepackage[a4paper,margin=2cm]{geometry}
#+title: Kratki dnevnik - teden $(date +%V), $(date +%Y:w)
EOF
gpg --recipient you@example.com --encrypt "$WEEK_LOG"
rm -f "$WEEK_LOG"
fi
}
@@ -77,4 +80,4 @@ cat >> "$WEEK_LOG" << EOF
** Kaj sem danes naredil?
EOF
emacs -nw "$WEEK_LOG"
emacs -nw "$WEEK_LOG".gpg