Hi,

I have a table like such

| 236a_bp_000602 | Missing   | No prep layer information found in the checkin comments for '236a_bp_000602_output_review_stereo'.                                  |
| 308_gt_001119  | Missing   | No prep layer information found in the checkin comments for '308_gt_001119_output_review_stereo'.                                   |
| 308_gt_001123  | Missing   | No prep layer information found in the checkin comments for '308_gt_001123_output_review_stereo'.                                   |
| 308_gt_001126  | Missing   | No prep layer information found in the checkin comments for '308_gt_001126_output_review_stereo'.                                   |

When I org-export-as-html the underscores in the first column are becoming sub tags in html

<tr><td class="left">236a<sub>bp</sub><sub>000602</sub></td><td class="left">Missing</td><td class="left">No prep layer information found in the checkin comments for '236a<sub>bp</sub><sub>000602</sub><sub>output</sub><sub>review</sub><sub>stereo'</sub>.</td></tr>

Can't seem to find a way around this. Any suggestions appreciated..

aaron.