[O] Auto-encrypting/decrypting the whole org file with EasyPG

2014-08-17 Thread Marcelo de Moraes Serpa
Hi everyone, I currently use org-crypt successfully to encrypt the contents of an org-mode entries. For some files though, it's more practical to just encrypt the whole file, and I followed the instructions here: http://orgmode.org/worg/org-tutorials/encrypting-files.html, but could not get it to

Re: [O] Auto-encrypting/decrypting the whole org file with EasyPG

2014-08-17 Thread Charles Philip Chan
On 17 Aug 2014, celose...@gmail.com wrote: It works perfectly for me. # -*- mode: org -*- -*- epa-file-encrypt-to: # -*- (my@gpgkeyemail.address) -*- No need to do that. I'm loading org-epa and enabling like this: (require 'epa-file) (epa-file-enable) And I made sure it was loaded by