From mboxrd@z Thu Jan 1 00:00:00 1970 From: jorge.alfaro-murillo@yale.edu (Jorge A. Alfaro-Murillo) Subject: Re: Automatically encrypt on save, decrypt on open? Date: Fri, 14 Aug 2015 13:54:59 -0400 Message-ID: <878u9dhi18.fsf@yale.edu> References: <6sw6c7vbcjxnxv.fsf@dhcp-6-148.hmco.com> Mime-Version: 1.0 Content-Type: text/plain; format=flowed Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56579) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZQJ9x-0008S3-Il for emacs-orgmode@gnu.org; Fri, 14 Aug 2015 13:52:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZQJ9t-0000H0-PZ for emacs-orgmode@gnu.org; Fri, 14 Aug 2015 13:52:53 -0400 Received: from plane.gmane.org ([80.91.229.3]:45135) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZQJ9t-0000Fb-JB for emacs-orgmode@gnu.org; Fri, 14 Aug 2015 13:52:49 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZQJ9o-0006PY-8M for emacs-orgmode@gnu.org; Fri, 14 Aug 2015 19:52:44 +0200 Received: from 130.132.236.141 ([130.132.236.141]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 14 Aug 2015 19:52:44 +0200 Received: from jorge.alfaro-murillo by 130.132.236.141 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 14 Aug 2015 19:52:44 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Peter Davis writes: > I'd like to store information in an org page that gets > automatically encrypted when I save it, and decrypted when I > open it. Is there some built-in functionality or hooks for this? You could save the file as .gpg, and put as its first line # -*- mode: org-mode -*- By the way if you want to store passwords, take a look at org-passwords in /contrib Best, -- Jorge.