Some small bug fixes that ensure the agenda script runs error-free on subsequent calls. Also a small fix to "editx" so the correct daisy command is used.

Deletion of the old daisy file.
This commit is contained in:
Lea 2026-04-04 14:35:44 +02:00
parent 6737d1ca15
commit 3b72111477
3 changed files with 10 additions and 357 deletions

2
editx
View file

@ -20,7 +20,7 @@ fi
touch "$1"
chmod +x "$1"
daisy_editor "$1"
daisy editor "$1"
if [[ ! -s "$1" && $existed -eq 0 ]]; then
rm -f "$1"