Carsten Dominik <[email protected]> writes:
>
> Note that, if you use remember frequently, you will create
> a lot of these files. So maybe we need to think of an expiry
> mechanism? Like, remove any files older than a few days?
If anyone wants to do this deletion manually, I do this in a script
which backs up mysql databases (linux bash shell) to keep the directory
pruned:
,----
| find ./*.zip2 -mtime +10 -exec rm {} \;
`----
i.e delete all zip2 files older than ten days.
_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-orgmode