feat[work]: improve presentation header opening

This commit is contained in:
Leon Schwarzäugl 2026-03-31 17:08:05 +02:00
parent a2b9cc78b5
commit 3d3e8d450d
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
3 changed files with 221 additions and 217 deletions

View file

@ -1245,7 +1245,9 @@ create a new one."
(if (and target (< target (point-max)))
(progn
(goto-char target)
(org-fold-show-entry))
(org-fold-show-entry)
(unless (pos-visible-in-window-p (point-max))
(recenter 0)))
(org-present-next))))
(defun org-babel-execute:markdown (body params)