header line only at the end of the header

This commit is contained in:
2025-12-29 19:47:09 +01:00
parent 658effe6f5
commit 6b53dc6575

View File

@@ -1512,8 +1512,13 @@ a communication channel."
(cond
((not (= 1 rowgroup-number))
?-)
((org-export-table-has-header-p
(org-element-lineage table-row 'table) info)
;; ((org-export-table-has-header-p
;; (org-element-lineage table-row 'table) info)
;; ?=)
;; double line only at the end of the header
((and (org-export-table-has-header-p
(org-element-lineage table-row 'table) info)
(org-export-table-row-ends-header-p table-row info))
?=)
(t ?-)))
(makeline