Re: [O] how to use org-crypt with different key per file or node?

2018-05-05 Thread stardiviner
Can let this property CRYPTKEY support interactive select keys from minibuffer? Manully input is not an good choice obviously. How to let org-mode property auto prompt for a list of keys after inserted property key "CRYPTKEY"? -- [ stardiviner ] don't need to convince with trends. Blog:

Re: [O] how to use org-crypt with different key per file or node?

2018-04-27 Thread Nicolas Goaziou
Bastien writes: > Gregor Zattler writes: > +#+begin_src emacs-lisp + * totally secret :crypt: > > PS: I guess this should have been "#+begin_src org" instead. Actually, we settled on "#+begin_example" instead, because of fontification issues. Fixed.

Re: [O] how to use org-crypt with different key per file or node?

2018-04-27 Thread Bastien
Gregor Zattler writes: >>> +#+begin_src emacs-lisp >>> + * totally secret :crypt: PS: I guess this should have been "#+begin_src org" instead. -- Bastien

Re: [O] how to use org-crypt with different key per file or node?

2018-04-27 Thread Gregor Zattler
Hi Nicolas, org-mode users, * Nicolas Goaziou [2018-04-27; 15:13]: > Gregor Zattler writes: >> +It's possible to use different keys for different headings by >> +specifying the respective key as property CRYPTKEY, e.g.: > > I used =CRYPTKEY= instead of

Re: [O] how to use org-crypt with different key per file or node?

2018-04-27 Thread Nicolas Goaziou
Hello, Gregor Zattler writes: > Hi org-mode users and developers, > > Marco Wahl helped me with this: As always the solution is > already there in org-mode. Attached you find a patch in > order to document this feature. Thank you. > +It's possible to use different keys for

Re: [O] how to use org-crypt with different key per file or node?

2018-04-27 Thread Gregor Zattler
Hi org-mode users and developers, Marco Wahl helped me with this: As always the solution is already there in org-mode. Attached you find a patch in order to document this feature. >From be08948c331118e2c66b858dc3133d3e44bfff69 Mon Sep 17 00:00:00 2001 From: Gregor Zattler

Re: [O] how to use org-crypt with different key per file or node?

2018-04-26 Thread Marco Wahl
Gregor Zattler writes: > Dear org-mode users and developers, > > I use org-crypt for different org files. Till now I follow the > documentation and specify the one and only key to use via > (setq org-crypt-key "0xdeadbeef") for all org files and their > headings. > > Is it

[O] how to use org-crypt with different key per file or node?

2018-04-26 Thread Gregor Zattler
Dear org-mode users and developers, I use org-crypt for different org files. Till now I follow the documentation and specify the one and only key to use via (setq org-crypt-key "0xdeadbeef") for all org files and their headings. Is it possible to specify different keys for different files or