Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-12-18 | Org reader: wrap named table in div, using name as id | Albert Krewinkel | 1 | -9/+10 | |
Closes: #5984 | |||||
2019-12-13 | Org reader: add table labels to caption if both are present | Albert Krewinkel | 1 | -1/+1 | |
The table `#+NAME:` or `#+LABEL:` is added to the table's caption in the form of an empty span with the label set as the span's ID. Closes: #5984 | |||||
2017-05-31 | Org reader: recognize babel result blocks with attributes | Albert Krewinkel | 1 | -0/+44 | |
Babel result blocks can have block attributes like captions and names. Result blocks with attributes were not recognized and were parsed as normal blocks without attributes. Fixes: #3706 |