From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexis Subject: Re: crypt and sync Date: Sat, 06 Sep 2014 22:58:50 +1000 Message-ID: <87d2b828z9.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47629) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XQFiO-0008NA-W4 for emacs-orgmode@gnu.org; Sat, 06 Sep 2014 09:07:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XQFiF-0004lt-WE for emacs-orgmode@gnu.org; Sat, 06 Sep 2014 09:07:40 -0400 Received: from mail-pd0-x22b.google.com ([2607:f8b0:400e:c02::22b]:41644) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XQFiF-0004lm-Nz for emacs-orgmode@gnu.org; Sat, 06 Sep 2014 09:07:31 -0400 Received: by mail-pd0-f171.google.com with SMTP id p10so888284pdj.2 for ; Sat, 06 Sep 2014 06:07:29 -0700 (PDT) Received: from localhost (ppp118-209-61-149.lns20.mel4.internode.on.net. [118.209.61.149]) by mx.google.com with ESMTPSA id dr5sm4310935pbb.24.2014.09.06.06.07.27 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sat, 06 Sep 2014 06:07:28 -0700 (PDT) In-reply-to: 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 Hannes Schulz writes: > Shouldn't org-crypt disregard property drawers? The current org-contacts format stores contact details in property drawers; were it ignored by org-crypt, all those details would be lost in the encryption process. So ignoring of property drawers by org-crypt would probably best be controlled by an in-buffer setting or an org-crypt variable. Alexis.