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
rg b/doc/org-manual.org index 0f012d4..3eb745b 100644 --- a/doc/org-manual.org +++ b/doc/org-manual.org @@ -17444,6 +17444,17 @@ default behavior is to automatically determine the result type. TAB-delimited output. You can choose a different separator with the =sep= header argument. + #+cindex

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

file-mode source code block header argument

2020-07-24 Thread John Herrlin
Hey, 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 case. It's a header argume