This commit is contained in:
Rory Yorke 2025-05-31 13:03:34 +02:00 committed by GitHub
commit b32d0a4a7a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -153,7 +153,7 @@ INFO is a plist used as a communication channel."
(let ((max-width (max 3 (org-gfm-table-col-width table col info))))
(when (< max-width 1)
(setq max-width 1))
(make-string max-width char))))
(concat " " (make-string max-width char)))))
;;;; Table-Cell