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") (setq org-crypt-key "david@bleh") and then org-capture-templates contains following record: ("C" "Encrypted journal" entry (file+datetree (concat my-org-files "journal.org")) "* %? %T :@CRYPT:\n %a\n") works as a charm. .d. Bastien <b...@gnu.org> writes: > Jonathan Leech-Pepin <jonathan.leechpe...@gmail.com> writes: > >> I can think of one possible method (although slightly more work to do >> so): > > Indeed, good idea! > > -- > Bastien