Darlan Cavalcante Moreira writes:
In my case I only have one file where I use org-crypt and I
define the function below
--8<---------------cut
here---------------start------------->8--- (defun
my-find-senhas-org-heading nil
(interactive) (require 'org-crypt) (find-file
"~/org/passwords.org") )
--8<---------------cut
here---------------end--------------->8---
If you only use one file for your passwords and want it encrypted
(that you should), you can also check org-passwords.el that is
included in the contrib directory.
Best,
--
Jorge.