Re: Getting Org-Crypt to work (doc bug?)

2020-09-23 Thread David Masterson
Bastien writes: > Hi David, > > Applied as e2bb60581: > https://code.orgmode.org/bzg/org-mode/commit/e2bb60581 > > I'm attaching the patch so that you can see how to format the > ChangeLog for future contributions. > > Best, Thanks -- David Masterson

Re: Getting Org-Crypt to work (doc bug?)

2020-09-23 Thread Bastien
Hi David, David Masterson writes: > diff --git a/doc/org-manual.org b/doc/org-manual.org > index 3eb745b5d..775af7a13 100644 > --- a/doc/org-manual.org > +++ b/doc/org-manual.org Applied as e2bb60581: https://code.orgmode.org/bzg/org-mode/commit/e2bb60581 I'm attaching the patch so that you

Re: Getting Org-Crypt to work (doc bug?)

2020-09-17 Thread Bastien
Hi David, David Masterson writes: > I didn't see a reply -- does the above patch work? Have you applied > it? I have not had the time to test the patch yet. If you are confident the fix is good, please update the format of the patch, following instructions here:

Re: Getting Org-Crypt to work (doc bug?)

2020-09-17 Thread David Masterson
David Masterson writes: > David Masterson writes: > >> Bastien writes: >> >>> Hi David, >>> >>> David Masterson writes: >>> Both things should be mentioned in the Org-Mode Info pages for org-crypt. >>> >>> Can you please provide a patch for this? >>> >>> Thanks, >> >> I'm not very

Re: Getting Org-Crypt to work (doc bug?)

2020-09-15 Thread Robert Pluim
> On Mon, 14 Sep 2020 15:17:02 +0100, Colin Baxter said: >writes: >> On Mon, Sep 14, 2020 at 12:18:50PM +0100, Colin Baxter wrote: >>> [...] I set the variable `epa-pinentry-mode' to loopback as in >>> >>> #+begin_src elisp (setq epa-pinentry-mode 'loopback)

Re: Getting Org-Crypt to work (doc bug?)

2020-09-14 Thread David Masterson
David Masterson writes: > Bastien writes: > >> Hi David, >> >> David Masterson writes: >> >>> Both things should be mentioned in the Org-Mode Info pages for >>> org-crypt. >> >> Can you please provide a patch for this? >> >> Thanks, > > I'm not very good with this yet, but, when I figure it

Re: Getting Org-Crypt to work (doc bug?)

2020-09-14 Thread David Masterson
Bastien writes: > Hi David, > > David Masterson writes: > >> Both things should be mentioned in the Org-Mode Info pages for >> org-crypt. > > Can you please provide a patch for this? > > Thanks, I'm not very good with this yet, but, when I figure it out, I will certainly consider a patch.

Re: Getting Org-Crypt to work (doc bug?)

2020-09-14 Thread David Masterson
Colin Baxter writes: > The overlay of a password field (either in an xterm or popup) is a > particular problem for full screen applications, or if you using > something like stumpwm. I've found that whether or not I get a popup > depends on the version of gnupg. Anything greater than gpg

Re: Getting Org-Crypt to work (doc bug?)

2020-09-14 Thread Colin Baxter
>writes: > On Mon, Sep 14, 2020 at 12:18:50PM +0100, Colin Baxter wrote: >> [...] I set the variable `epa-pinentry-mode' to loopback as in >> >> #+begin_src elisp (setq epa-pinentry-mode 'loopback) #+end_src >> >> This seems to work. > Oh, thanks -- this

Re: Getting Org-Crypt to work (doc bug?)

2020-09-14 Thread Bastien
Hi David, David Masterson writes: > Both things > should be mentioned in the Org-Mode Info pages for org-crypt. Can you please provide a patch for this? Thanks, -- Bastien

Re: Getting Org-Crypt to work (doc bug?)

2020-09-14 Thread tomas
On Mon, Sep 14, 2020 at 12:18:50PM +0100, Colin Baxter wrote: > [...] I set the variable > `epa-pinentry-mode' to loopback as in > > #+begin_src elisp > (setq epa-pinentry-mode 'loopback) > #+end_src > > This seems to work. Oh, thanks -- this answers the question I only half-posed :) BTW: the

Re: Getting Org-Crypt to work (doc bug?)

2020-09-14 Thread tomas
On Mon, Sep 14, 2020 at 10:42:57AM +0200, Gregor Zattler wrote: > Hi David, > * David Masterson [2020-09-13; 17:11]: > > Yes, gpg-agent is installed and appears to have been started in > > background. My O/S is Debian on a Chromebook. > > > > I start Emacs via 'xterm -e emacs' and just noticed

Re: Getting Org-Crypt to work (doc bug?)

2020-09-14 Thread Colin Baxter
> David Masterson writes: > Nicolas Goaziou writes: >> Hello, >> >> David Masterson writes: >> >>> I'm trying to get org-crypt to work, but I'm missing something. >>> Following the Org-Crypt Info page, I've set it up for symmetric >>> encryption and added

Re: Getting Org-Crypt to work (doc bug?)

2020-09-14 Thread Gregor Zattler
Hi David, * David Masterson [2020-09-13; 17:11]: > Yes, gpg-agent is installed and appears to have been started in > background. My O/S is Debian on a Chromebook. > > I start Emacs via 'xterm -e emacs' and just noticed (thanks to you) that > I'm getting a textual popup on the xterm asking for

Re: Getting Org-Crypt to work (doc bug?)

2020-09-13 Thread David Masterson
Nicolas Goaziou writes: > Hello, > > David Masterson writes: > >> I'm trying to get org-crypt to work, but I'm missing something. >> Following the Org-Crypt Info page, I've set it up for symmetric >> encryption and added a :crypt: tag to a header. When I try to save the >> file, it reports

Re: Getting Org-Crypt to work (doc bug?)

2020-09-13 Thread David Masterson
Gregor Zattler writes: > Hi David, > * David Masterson [2020-09-12; 19:09]: >> I'm trying to get org-crypt to work, but I'm missing something. >> Following the Org-Crypt Info page, I've set it up for symmetric >> encryption and added a :crypt: tag to a header. When I try to save the >> file,

Re: Getting Org-Crypt to work (doc bug?)

2020-09-13 Thread Nicolas Goaziou
Hello, David Masterson writes: > I'm trying to get org-crypt to work, but I'm missing something. > Following the Org-Crypt Info page, I've set it up for symmetric > encryption and added a :crypt: tag to a header. When I try to save the > file, it reports that no key was specified, so it will

Re: Getting Org-Crypt to work (doc bug?)

2020-09-13 Thread Gregor Zattler
Hi David, * David Masterson [2020-09-12; 19:09]: > I'm trying to get org-crypt to work, but I'm missing something. > Following the Org-Crypt Info page, I've set it up for symmetric > encryption and added a :crypt: tag to a header. When I try to save the > file, it reports that no key was