|
@@ -1354,7 +1354,7 @@ This function adds a label to the table if it is available, and
|
|
also changes TABLE to informaltable if caption does not exist.
|
|
also changes TABLE to informaltable if caption does not exist.
|
|
TABLE is a string containing the HTML code generated by
|
|
TABLE is a string containing the HTML code generated by
|
|
`org-format-table-html' for a table in Org-mode buffer."
|
|
`org-format-table-html' for a table in Org-mode buffer."
|
|
- (let ((table-with-label label))
|
|
|
|
|
|
+ (let (table-with-label)
|
|
;; Get the label if it exists, and move it into the <table> element.
|
|
;; Get the label if it exists, and move it into the <table> element.
|
|
(setq table-with-label
|
|
(setq table-with-label
|
|
(if (string-match
|
|
(if (string-match
|