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
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
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
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
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