Re: file-mode source code block header argument

2020-08-02 Thread Kyle Meyer
John Herrlin writes: > Thank you for the comments Kyle! I updated the patch accordingly. Took > your test straight of as I think it's really clean and easy to reason > about. Thanks for the updates. Applied (ea946353a), tweaking the markup in the NEWS entry and rewording the test docstring.

Re: file-mode source code block header argument

2020-08-02 Thread John Herrlin
Thank you for the comments Kyle! I updated the patch accordingly. Took your test straight of as I think it's really clean and easy to reason about. Best regards Kyle Meyer writes: > John Herrlin writes: > >> I am looking for a way to set permission on a file created from source >> code block r

Re: file-mode source code block header argument

2020-07-31 Thread Kyle Meyer
John Herrlin writes: > I am looking for a way to set permission on a file created from source > code block result when :file header argument is used. I was looking for > something like :tangle-mode but could not find anything. I wrote a patch > that does just that and it works for my small use cas

Re: file-mode source code block header argument

2020-07-30 Thread Russell Adams
On Fri, Jul 24, 2020 at 07:49:24PM +0200, John Herrlin wrote: > I am looking for a way to set permission on a file created from source > code block result when :file header argument is used. I was looking for > something like :tangle-mode but could not find anything. I wrote a patch > that does jus