emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: crypt entries and journal


From: Richard Riley
Subject: [Orgmode] Re: crypt entries and journal
Date: Mon, 07 Feb 2011 17:12:22 +0100
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux)

Richard Riley <address@hidden> writes:

> crypt tagged entries are not showing up in the journal. Is it because the 
> properties
> are being encrypted too?
>
> ,----
> | **** vodafone new pin                           
> :pin:vodafone:superpin:sim:crypt:
> |            :PROPERTIES:
> |            :DateCreated: <2011-02-07 Mo 14:48>
> |            :END:
> | sim : ****
> | superpin : 5471****
> `----
>
> when saved becomes
>
> ,----
> | **** vodafone new pin                           
> :pin:vodafone:superpin:sim:crypt:
> | -----BEGIN PGP MESSAGE-----
> | Version: GnuPG v1.4.10 (GNU/Linux)
> | 
> | hQEMA7IjL5SkHG4iAQgAhuR4Da6ErKs8g8wFiLDePgGk/sYo839h6Ew0W40qmUho
> | pwkIJQf8qv4fLKv7WxeXzLSonuIyIhdYVeH/l4l4Vvb1AMp2GV1279CMqq0Zv2Cu
> | KkWsK1rg3D/gJBE+LBRQRh/NlBAn/oAkkAYWrE7wKoW03T7iDJTDfjR9szW3S177
> | CsHx6H5Q89r5XBCGu8USUmJLIZaSLsgiDe58W7It1qGOKtbisYF+HJn/hF91HmeO
> | mPpdAhKg0N8nsQ0UKEDkOSGqBxDm2oD8S+ky6jex/Ycj3VIArQK02zCvjvRBp57O
> | VCQ2EBp7zDl3LVX8xz2O75GNCFo+4rohtZYDpX1TS9KTASkIWa+Sa6Jo+rNoFcFP
> | bfRxtyR/a+my0tAKq6QgzQLMGtSmXKr6ypkDcVCcEWDe6K3d3u0PwlVvRHZ1CQRV
> | 3DI58LLJky7LUDBIdYpmi8xU9c/wwtbcu9WtRIKuiW+V/H5IZ5180eJnqcFMvtYI
> | v1ZBC8BxUgFm6x3f+ih0wVny0Ysqo1qmRXmD4PF1qx+YMcmU
> | =36UC
> | -----END PGP MESSAGE-----
> `----
>
> And doesnt appear as a journal log in my agenda.
>
> I wouldnt swear to it but I thought they used to show up in the journal.
>
> I would like them to. Best way?


ugh. A while away.

I had moved the timestamp into the properties which are
encrypted. Adding %T to me org entry heading solves the issue.

I think I would prefer to have the "logged" properties unencrypted
though.

e.g my journal capture template is contained in 

,----
|  '(org-capture-templates (quote (("t" "Todo" entry (file+headline "" "Tasks 
To Refile") "* TODO %?
| :PROPERTIES:
|  :DateCreated: %T
| :END:
| %i
| %a") ("j" "Journal" entry (file+datetree "journal.org") "* %?
| :PROPERTIES:
|  :DateCreated: %T
| :END:
| 
| #+begin_src emacs-lisp
| %i
| #+end_src
| %a") ("n" "Quick note to refile later" entry (file+headline "" "Notes To 
Refile") "* %?
| :PROPERTIES:
|  :DateCreated: %T
| :END:
| #+being_src
| %i
| #+end_src
| 
| %a") ("w" "web capture" entry (file "refile.org") "* %a %?\\n:PROPERTIES:
|  :DateCreated: %T
| :END:n
| %i"))) t)
`----

I would like that date created to be visible in my agenda despite the
entry being encrypted - it just keeps the heading cleaner without the
datestamp. Any way of doing this?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]