Fix table type is required.

This commit is contained in:
Tom Alexander 2023-10-10 02:07:36 -04:00
parent bdaf90af03
commit 534c5ded3c
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
1 changed files with 1 additions and 1 deletions

View File

@ -1704,7 +1704,7 @@ fn compare_table<'b, 's>(
compare_property_set_of_quoted_string
),
(
EmacsField::Optional(":type"),
EmacsField::Required(":type"),
|_| Some("org"),
compare_property_unquoted_atom
),