Merge branch 'maint'
This commit is contained in:
commit
698f020be1
|
@ -170,9 +170,9 @@ a communication channel."
|
||||||
|
|
||||||
(defun org-confluence-table-cell (table-cell contents info)
|
(defun org-confluence-table-cell (table-cell contents info)
|
||||||
(let ((table-row (org-export-get-parent table-cell)))
|
(let ((table-row (org-export-get-parent table-cell)))
|
||||||
(concat
|
(concat (and (org-export-table-row-starts-header-p table-row info) "|")
|
||||||
(and (org-export-table-row-starts-header-p table-row info) "|")
|
(if (= (length contents) 0) " " contents)
|
||||||
" " contents "|")))
|
"|")))
|
||||||
|
|
||||||
(defun org-confluence-template (contents info)
|
(defun org-confluence-template (contents info)
|
||||||
(let ((depth (plist-get info :with-toc)))
|
(let ((depth (plist-get info :with-toc)))
|
||||||
|
|
Loading…
Reference in New Issue