New function org-hide-entry

2020-07-21 Thread Marco Wahl
Hi, I just comitted function org-hide-entry which is a counterpart to org-show-entry. Critique, praise etc. welcome, as always. Best regards, -- Marco

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

2020-07-21 Thread Kyle Meyer
Tom Gillespie writes: > On Sun, Jul 19, 2020 at 2:13 PM Kyle Meyer wrote: >> An option not mentioned above is to replace (nth 1 info) with the >> expanded body upstream of (when (org-babel-check-evaluate info) ...). >> Modifying the body in INFO is admittedly not pretty, but it's in line >> with

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

2020-07-21 Thread Kyle Meyer
Clemens writes: > My patch aims to get you completion with the default completion and also > for any framework that complies to it out of the box. Without my patch > (and without helm-org) you don't get completion after the first tag I think. With the built-in completion, org-set-tags-command alr

Re: [PATCH] org: Update example in docstring to accommodate new name and new format

2020-07-21 Thread Kyle Meyer
Leo Vivier writes: > I’ve spotted an example in a docstring that wasn’t updated when the > command was renamed and moved to another file in > d34786f2279d0fd02e7d0484e36bc22adc760de2. Thanks for the patch and for digging back to the commit that moved org-find-olp. Looking at that commit, I'm a b

Re: [PATCH] org: Update example in docstring to accommodate new name and new format

2020-07-21 Thread Leo Vivier
Hi there, Kyle Meyer writes: > Anyway, in my view the example doesn't really add much value. What do > you think about just removing it? Yeah, I agree. I thought it was an interesting way to discover `condition-case' for those who didn’t know about it, so I think we could keep the mention. T