Bruno BARBIER <brubar...@gmail.com> writes:

> The function `org-string-width' fails if the selected window is strongly
> dedicated.
>
> Here is a way to reproduce this error:
>
>   #+begin_src elisp
>     (let ((old-dedicated (window-dedicated-p)))
>       (unwind-protect
>           (progn 
>             (set-window-dedicated-p nil t)
>             (org-string-width "a string"))
>         (set-window-dedicated-p nil old-dedicated)))
>   #+end_src

Thanks for reporting!
Fixed on main.
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=946abeb49a73d7d04233a53fbb7fd422c7e294b6

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
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