Re: [O] encrypted items, but not timestamp

2014-03-03 Thread David Belohrad
Nice. So far I have made a capture template, which enters the timestamp into heading. Surprisingly it works pretty nicely as the timestamp does not appear in agenda heading 'name'. Have something like this: (require 'org-crypt) (org-crypt-use-before-save-magic) (setq org-crypt-tag-matcher "@CRYPT

Re: [O] encrypted items, but not timestamp

2014-03-03 Thread Bastien
Jonathan Leech-Pepin writes: > I can think of one possible method (although slightly more work to do > so): Indeed, good idea! -- Bastien

Re: [O] encrypted items, but not timestamp

2014-03-03 Thread Jonathan Leech-Pepin
Hello, On 3 March 2014 07:28, Bastien wrote: > Hi David, > > David Belohrad writes: > > > 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 > :c

Re: [O] encrypted items, but not timestamp

2014-03-03 Thread Bastien
Hi David, David Belohrad writes: > 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 encrypt

[O] encrypted items, but not timestamp

2014-02-20 Thread David Belohrad
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 pr