count all tasks

This commit is contained in:
Tykayn 2022-11-17 14:55:55 +01:00 committed by tykayn
parent 7606c4e99d
commit 6162a6ef5d

View File

@ -35,3 +35,5 @@ echo " finis : $finis"
echo " en tout : $tout"
counter=`ls -l /home/tykayn/Nextcloud/textes/orgmode/org-roam/*.org | wc -l`
echo " Roam files : $counter"
emacsclient -e '(progn (switch-to-buffer "all_tasks.org") (org-beamer-export-to-pdf))'