[Orgmode] Org-mode & EasyPG: How to enable both on a per-file-basis?

2007-04-08 Thread phil
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

[Orgmode] Re: Org-mode & EasyPG: How to enable both on a per-file-basis?

2007-04-08 Thread Olaf Dietsche
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")

Re: [Orgmode] Org-mode & EasyPG: How to enable both on a per-file-basis?

2007-04-08 Thread Carsten Dominik
> 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

[Orgmode] Re: Org-mode & EasyPG: How to enable both on a per-file-basis?

2007-04-08 Thread phil
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