Re: BUG: org-sbe not working anymore: Format specifier doesn’t match argument type

2023-02-22 Thread zhaoyiyu
Maybe change the org-sbe macro? Below is a workaround. (defmacro org-sbe (source-block &rest variables)   (declare (debug (form form)))   (let* ((header-args (if (stringp (car variables)) (car variables) ""))      (variables (if (stringp (car variables)) (cdr variables) variables)))     (let* (q

[BUG] org-up-heading-safe behaves different in v9.7 [9.7 (9.7-??-d6f3aed @ /home/zhaoyiyu/.config/emacs/.local/straight/build-28.1/org/)]

2023-08-26 Thread zhaoyiyu
ion 1.16.0) of 2022-05-31 Package: Org mode version 9.7 (9.7-??-d6f3aed @ /home/zhaoyiyu/.config/emacs/.local/straight/build-28.1/org/)