clj-org-analyzer icon indicating copy to clipboard operation
clj-org-analyzer copied to clipboard

Support for gpg encrypted org files

Open orbitz opened this issue 5 years ago • 1 comments

I store my org files on dropbox and I encrypt them via gpg, it would be great if org-analyzer could detect this and decrypt the files through gpg before analyzing.

orbitz avatar Oct 26 '19 10:10 orbitz

This can be done by writing a little shell script that detects and decide if decryption is needed, and then run org-analyzer at the end.

jcguu95 avatar Sep 03 '20 11:09 jcguu95