TEC
0306eec5fa
Replace org #+KEYWORDS with #+keywords
...
As of ~2 years ago, lower case keywords became the standard (though they
are handled case insensitive, as always):
13424336a6
Upper case keywords are exclusive to the manual:
- https://orgmode.org/list/871s50zn6p.fsf@nicolasgoaziou.fr/
- https://orgmode.org/list/87tuuw3n15.fsf@nicolasgoaziou.fr/
2020-11-18 14:48:56 +01:00
despresc
d368536a4e
Adapt to the removal of the RowSpan, ColSpan, RowHeadColumns accessors
2020-04-15 23:03:22 -04:00
despresc
4e34d366df
Adapt to the newest Table type, fix some previous adaptation issues
...
- Writers.Native is now adapted to the new Table type.
- Inline captions should now be conditionally wrapped in a Plain, not
a Para block.
- The toLegacyTable function now lives in Writers.Shared.
2020-04-15 23:03:22 -04:00
despresc
7254a2ae0b
Implement the new Table type
2020-04-15 23:03:22 -04:00
Albert Krewinkel
5bd2d28b19
Org reader: wrap named table in div, using name as id
...
Closes : #5984
2019-12-18 22:28:26 +01:00
Albert Krewinkel
75dc013036
Org reader: add table labels to caption if both are present
...
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
2019-12-13 16:22:04 +01:00
Albert Krewinkel
7852cd5603
Org reader: recognize babel result blocks with attributes
...
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
2017-05-31 20:01:04 +02:00