"Dr. Arne Babenhauserheide" <[email protected]> writes:

> my org kanban table stopped working reliably -- it often reports #ERROR
> or loops endlessly until I kill and re-open the file (and even then it
> sometimes persists).
>
> Did something change in orgmode (e.g. caching)?

Some things changed. The question is what time you are referring to.

> The kanban code uses org-map-entries to match org headlines by their
> TODO state and calls that via #+TBLFM. Example:
>
> | TODO   | NAMES  | BESCHREIBUNG | CODE   | METR   | NOTE   | DONE   |
> |--------+--------+--------------+--------+--------+--------+--------|
> | #ERROR | #ERROR | #ERROR       | #ERROR | #ERROR | #ERROR | #ERROR |
> | #ERROR | #ERROR | #ERROR       | #ERROR | #ERROR | #ERROR | #ERROR |
> #+TBLFM: @1='(kanban-headers $#)::@2$1..@>$>='(kanban-zero @# $# "-noexport" 
> 'file)
>
> The problem seems to happen most often when I hide the bodies (via S-<tab>).
>
> The code is at 
> https://hg.sr.ht/~arnebab/kanban.el/browse/kanban.el?rev=tip#L195
>
> This kanban table is crucial to my self-organization so I’d really like
> to know how I can get it working reliably again.

Thanks for reporting, but is there any chance you provide a simpler
reproducer that does not involve installing kanban.el?

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