Hello,
I want to use have my .org-file gpg-encrypted.
I played arround with EasyPG (http://www.easypg.org/) and after
compiling the package and adding:
(require 'epa-setup)
to my .emacs, encryption and decryption is working fine.
When I'm saving a file EasyPG is asking for a public
phil <[EMAIL PROTECTED]> writes:
> Any ideas how I can use both settings on a per file basis:
>
> 1. telling Emacs that this file is a org-mode file, and
> 2. telling Emacs which GPG-Key it should choose when encrypting?
Maybe
-*- mode: org; epa-file-encrypt-to: ("EMAIL-ADRESS OR KEY-ID")
> Hello,
>
> I want to use have my .org-file gpg-encrypted.
>
> I played arround with EasyPG (http://www.easypg.org/) and after
> compiling the package and adding:
>
> (require 'epa-setup)
>
> to my .emacs, encryption and decryption is working fine.
>
> When I'm saving a file EasyPG is asking
Thanks!
-*- mode: org; epa-file-encrypt-to: ("KEY-ID") -*-
Is working like a charm - Everytime I save my .org-file it will be
stored gnupg-encrypted.
Pretty nice, when you take your data with you - in case of lost.
Should be a must-have for org-mode-users.
- P hil
On Apr 8, 200