From mboxrd@z Thu Jan 1 00:00:00 1970 From: jorge.alfaro-murillo@yale.edu (Jorge A. Alfaro-Murillo) Subject: Re: org-crypt doesn't automatically encrypt on save Date: Fri, 12 Sep 2014 10:42:42 -0400 Message-ID: <8761gsoq71.fsf@yale.edu> References: <87y4tqkkmv.fsf@poukram.net> <87egvh4v54.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; format=flowed Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47890) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XSS4W-0000yy-2h for emacs-orgmode@gnu.org; Fri, 12 Sep 2014 10:43:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XSS4P-0008Iw-OL for emacs-orgmode@gnu.org; Fri, 12 Sep 2014 10:43:36 -0400 Received: from plane.gmane.org ([80.91.229.3]:42099) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XSS4P-0008Ii-He for emacs-orgmode@gnu.org; Fri, 12 Sep 2014 10:43:29 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XSS4O-0006BN-9A for emacs-orgmode@gnu.org; Fri, 12 Sep 2014 16:43:28 +0200 Received: from nat-130-132-173-153.central.yale.edu ([130.132.173.153]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 12 Sep 2014 16:43:28 +0200 Received: from jorge.alfaro-murillo by nat-130-132-173-153.central.yale.edu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 12 Sep 2014 16:43:28 +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 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.