From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Belohrad Subject: encrypted items, but not timestamp Date: Thu, 20 Feb 2014 09:13:58 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49849) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WGOll-0006YS-G7 for emacs-orgmode@gnu.org; Thu, 20 Feb 2014 03:14:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WGOlf-0007Zc-Dk for emacs-orgmode@gnu.org; Thu, 20 Feb 2014 03:14:09 -0500 Received: from static-212-101-19-163.adsl.solnet.ch ([212.101.19.163]:40770 helo=server.belohrad.ch) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WGOlf-0007ZO-5V for emacs-orgmode@gnu.org; Thu, 20 Feb 2014 03:14:03 -0500 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: org-mode Mailing List Dear all, I have followed this: http://orgmode.org/worg/org-tutorials/encrypting-files.html to encrypt subtree of my journal. So e.g. something like this: **** testing subree encryption :crypt: this text should be encrypted when saved on the disk using my private key. will see if this works Entered on <2014-02-20 Thu 09:05> it works, however it encrypts entire subtree including 'entered on '. This puts a little issue on this, as when in journal, these timestamps are used in agenda buffer to display the heading. And I want this heading to be displayed in my agenda, including all the tags it exhibits. Is there any way how to achieve this? For the moment the only thing coming into my mind is to make a timestamp part of heading, which is not what I really want. Thanks .d.