Re: [Solved]: Bug: org-encrypt-entry fails [9.4 (nil @ /home/silipwn/.emacs.d/.local/straight/build/org-mode/)]

2020-05-18 Thread Nicolas Goaziou
Hello, silipwn writes: > On removing the variable, it works fine. The GPG configuration directly > takes my mail address to get the key. The other issue was I also had > a revoked key with the same email, that > might have been causing an error, mentioned in the earlier mail. While trying to un

Re: [Solved]: Bug: org-encrypt-entry fails [9.4 (nil @ /home/silipwn/.emacs.d/.local/straight/build/org-mode/)]

2020-05-15 Thread silipwn
Hello, On 15.05.2020 21:17, Nicolas Goaziou wrote: This is not a valid value: `org-crypt-key' must be a string. On removing the variable, it works fine. The GPG configuration directly takes my mail address to get the key. The other issue was I also had a revoked key with the same email, that

Re: Bug: org-encrypt-entry fails [9.4 (nil @ /home/silipwn/.emacs.d/.local/straight/build/org-mode/)]

2020-05-15 Thread Nicolas Goaziou
silipwn writes: > The current commit, still results in a error. I had a set the > org-crypt-key to nil. This is not a valid value: `org-crypt-key' must be a string. > It still prompts to use a key. I think setting `org-crypt-key' to nil means: use all keys in your key ring. Some of them are n

Re: Bug: org-encrypt-entry fails [9.4 (nil @ /home/silipwn/.emacs.d/.local/straight/build/org-mode/)]

2020-05-15 Thread silipwn
On 15.05.2020 17:00, Nicolas Goaziou wrote: Anyway, I pushed a fix in master. Could you try it? The current commit, still results in a error. I had a set the org-crypt-key to nil. It still prompts to use a key. The current backtrace is similar to this: Debugger entered--Lisp error: (error "

Re: Bug: org-encrypt-entry fails [9.4 (nil @ /home/silipwn/.emacs.d/.local/straight/build/org-mode/)]

2020-05-15 Thread Nicolas Goaziou
Hello, silipwn writes: > The org-encrypt-entry fails to encrypt an entry, with a wrong-type-argument. > I am currently using doom-emacs, and created a corresponding issue > (https://github.com/hlissner/doom-emacs/issues/3123), > where I was told to report the issue upstream. > As hlissner ment

Bug: org-encrypt-entry fails [9.4 (nil @ /home/silipwn/.emacs.d/.local/straight/build/org-mode/)]

2020-05-14 Thread silipwn
The org-encrypt-entry fails to encrypt an entry, with a wrong-type-argument. I am currently using doom-emacs, and created a corresponding issue (https://github.com/hlissner/doom-emacs/issues/3123), where I was told to report the issue upstream. As hlissner mentioned in the above issue, it seems t