Sławomir Grochowski <slawomir.grochow...@gmail.com> writes:

> The functionality almost works... there is only one thing that blocked
> me. In the `completing-read' function, the value of the passed argument
> REQUIRE-MATCH is t. To prevent adding values from outside of the list of
> summary-types functions. Unfortunately, when the annotation was added,
> it is not possible to choose any function from the list. It throws an
> error [Match required].
>
> Maybe you have an idea how to fix it?

May you please check with emacs -Q?

I just tried the following:

1. make repro
2. M-: (setq org-columns-summary-types '(("test" . identity)))
3. C-x C-f /tmp/test.org
test.org is the following:

* foo
* bar
* baz
4. M-<
5. C-c C-x C-c
6. C-c C-n
7. M-S-TAB
8. TEST <RET> <RET> <RET> <TAB> test <RET> <RET>

Everything works on my side.

-- 
Ihor Radchenko // yantar92,
Org mode maintainer,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>

Reply via email to