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

Re: Binding RET to org-return-and-maybe-indent

2020-07-24 Thread Kévin Le Gouguec
Jarmo Hurri writes: > * Demo of the effect of disabling elint > 1. Save this org into file =org-elint-disable.org= > 2. Save the following elisp into =minimal-org.el=, replacing the > location of org mode with your path: > > #+begin_src elisp >(add-to-list 'load-path (expand

Re: org-mode functional programming library

2020-07-24 Thread Dwarshuis, Nathan J
Hi Bastien, It has been a while but I renamed this library (now org-ml instead of om.el) and updated it to version 2.0.0 with new features and bug fixes. I would like to add something on worg about it as previously discussed but I don't see how to add myself as a user and upload my public key (

Re: [Interest] Determanistic Org IDs

2020-07-24 Thread TEC
Alexander Adolf writes: Hello Timothy, Hi :) Interesting. Just a thought: have you considered computing a SHA-2 hash... I have not. Simply put, I fail to see any advantage. This would have the advantage of solving both, your "noise issue" and at the same time removing the threat of id

Re: [Interest] Determanistic Org IDs

2020-07-24 Thread Alexander Adolf
Hello Timothy, TEC writes: > [...] > Pros: > - Reduced 'noise' if exported files are commited - (With HTML) > links to particular elements in a file keep working across >multiple versions, most of the time > - (With HTML) links become more descriptive > > Cons: > - Inceased chance o

Re: Support for simultaneous running clocks?

2020-07-24 Thread Alexander Adolf
Hello Carlo, Org Devs, Carlo Tambuatco writes: > I don't know if anyone has suggested or is working on the ability for > org mode to keep track of multiple running clocks simultaneously. I'd > like the ability to keep track of, for example, how long something > takes to compile while I keep trac