count all tasks
This commit is contained in:
parent
7606c4e99d
commit
6162a6ef5d
|
@ -35,3 +35,5 @@ echo " finis : $finis"
|
||||||
echo " en tout : $tout"
|
echo " en tout : $tout"
|
||||||
counter=`ls -l /home/tykayn/Nextcloud/textes/orgmode/org-roam/*.org | wc -l`
|
counter=`ls -l /home/tykayn/Nextcloud/textes/orgmode/org-roam/*.org | wc -l`
|
||||||
echo " Roam files : $counter"
|
echo " Roam files : $counter"
|
||||||
|
|
||||||
|
emacsclient -e '(progn (switch-to-buffer "all_tasks.org") (org-beamer-export-to-pdf))'
|
Loading…
Reference in New Issue