Re: [Interest] Determanistic Org IDs

2020-07-19 Thread TEC
Hi All, Noticed some autoformatting happened on send. This is how the cons paragraph /should/ read (with a minor correction as well). *In last email* Cons: - Inceased chance of ID collisions across files Longer IDs I - think this could make a nice option for export settings. I'm - aware

Re: [PATCH] Use completing-read-multiple for org-set-tags-command

2020-07-19 Thread Kyle Meyer
Clemens writes: > Usage of org-set-tags-command can be improved by using > completing-read-multiple so you continue to get completion after the > first tag. > > This is my first contribution to org I followed > https://orgmode.org/worg/org-contribute.html and hope I got everything > right.

Re: [PATCH] lisp/ob-core.el: pass expanded body to org-confirm-babel-evaluate

2020-07-19 Thread Kyle Meyer
Tom Gillespie writes: > This is a patch to improve the behavior of > org-babel-check-confirm-evaluate and the usefulness of > org-confirm-babel-evaluate when a function is provided. Thank you. > This commit changes the behavior of org-babel-check-confirm-evaluate > so that

Re: Bug: org-babel python with :results value sends function definition with a statement after a for loop to the shell incorrectly [9.3.6 (9.3.6-elpa @ /home/username/.emacs.d/elpa/org-9.3.6/)]

2020-07-19 Thread Jack Kamm
> I redid the test but loaded the lastest org-mode and there was no > error. This means you probably don't need to debug this. It has been > fixed in the latest version, but the fix hasn't been updated in the > elpa package yet. you can either wait for the next release or pull > the latest code

Re: [PATCH] Use completing-read-multiple for org-set-tags-command

2020-07-19 Thread Clemens
Find the updated patch attached. Clemens >From 1b50d7450fb23110603792e63c329d7db3115ae8 Mon Sep 17 00:00:00 2001 From: Clemens Radermacher Date: Sun, 19 Jul 2020 14:30:37 +0200 Subject: [PATCH] org.el: Use `completing-read-multiple' for `org-set-tags-command' * lisp/org.el

Re: [PATCH] Use completing-read-multiple for org-set-tags-command

2020-07-19 Thread Clemens
I just noticed org has a test suit *surprise*. With my patch it fails, sorry for that I will look into it and update.     Clemens I updated the tests and it's working now. Let me know if anything else is missing. Clemens

[Interest] Determanistic Org IDs

2020-07-19 Thread TEC
:PROPERTIES: :ID: 1161308a-ef0c-4490-bb36-13634f8de727 :END: User-agent: mu4e 1.4.10; emacs 26.3 Message-ID: <87r1t7mu52@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; format=flowed Received-SPF: pass client-ip=2607:f8b0:4864:20::102b; envelope-from=tecos...@gmail.com;

Re: [PATCH] Use completing-read-multiple for org-set-tags-command

2020-07-19 Thread Clemens
I just noticed org has a test suit *surprise*. With my patch it fails, sorry for that I will look into it and update. Clemens

Re: Support for simultaneous running clocks?

2020-07-19 Thread stardiviner
I wish this feature too. 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

[PATCH] Use completing-read-multiple for org-set-tags-command

2020-07-19 Thread Clemens
Hello, Usage of org-set-tags-command can be improved by using completing-read-multiple so you continue to get completion after the first tag. This is my first contribution to org I followed https://orgmode.org/worg/org-contribute.html and hope I got everything right. I have signed the