Re: Bug: org-babel-tangle: persmission denied when tangling [9.4.5 (9.4.5-gbc2659 @ /home/n/.emacs.d/straight/build/org/)]

2021-05-05 Thread Bastien
Hi Sébastien, Sébastien Miquel writes: > It reverts a part of a2cb9b853: permissions are no longer set before writing > to the tangled file. Applied to master, thanks a lot. -- Bastien

Re: Bug: org-babel-tangle: persmission denied when tangling [9.4.5 (9.4.5-gbc2659 @ /home/n/.emacs.d/straight/build/org/)]

2021-05-04 Thread No Wayman
Sébastien Miquel writes: Hi Bastien, Bastien writes: I tried to apply this (transitory?) patch against maint and it did not apply. It applies okay on master. For bug fixes, please make patches againt the maint branch. This fixes a bug introduced by a commit in master. I've attached the

Re: Bug: org-babel-tangle: persmission denied when tangling [9.4.5 (9.4.5-gbc2659 @ /home/n/.emacs.d/straight/build/org/)]

2021-05-04 Thread Sébastien Miquel
Hi Bastien, Bastien writes: I tried to apply this (transitory?) patch against maint and it did not apply. It applies okay on master. For bug fixes, please make patches againt the maint branch. This fixes a bug introduced by a commit in master. I've attached the same patch here, properly

Re: Bug: org-babel-tangle: persmission denied when tangling [9.4.5 (9.4.5-gbc2659 @ /home/n/.emacs.d/straight/build/org/)]

2021-05-04 Thread Bastien
Hi Sébastien, Sébastien Miquel writes: > I'll see if I can fix this bug and keep the security improvements. In > the meantime, you can apply the attached patch that should fix > your issue. I tried to apply this (transitory?) patch against maint and it did not apply. It applies okay on

Re: Bug: org-babel-tangle: persmission denied when tangling [9.4.5 (9.4.5-gbc2659 @ /home/n/.emacs.d/straight/build/org/)]

2021-05-04 Thread Sébastien Miquel
No Wayman writes: Subsequent tangles did not fail for me. Ah yes, I understand, it is possible to delete a file without write permission. I'll see if I can fix this bug and keep the security improvements. In the meantime, you can apply the attached patch that should fix your issue. Thank you

Re: Bug: org-babel-tangle: persmission denied when tangling [9.4.5 (9.4.5-gbc2659 @ /home/n/.emacs.d/straight/build/org/)]

2021-05-04 Thread No Wayman
Sébastien Miquel writes: Hi, No Wayman writes: I'm tangling my early-init/init.el with the :tangle-mode header arg set to (identity (#o444)). This should be `(identity #o444)` I believe ? Apologies, I transcribed that incorrectly. I do have `(identity #o444)`. File permissions are

Re: Bug: org-babel-tangle: persmission denied when tangling [9.4.5 (9.4.5-gbc2659 @ /home/n/.emacs.d/straight/build/org/)]

2021-05-04 Thread Sébastien Miquel
Hi, No Wayman writes: I'm tangling my early-init/init.el with the :tangle-mode header arg set to (identity (#o444)). This should be `(identity #o444)` I believe ? The idea behind this was to prevent myself from accidentally editing the tangled source files instead of the Org files.