header line only at the end
This commit is contained in:
@@ -1513,8 +1513,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
|
||||
|
||||
Reference in New Issue
Block a user