Fixing more errors.

This commit is contained in:
Tom Alexander
2023-09-03 12:23:18 -04:00
parent fdf35ba23c
commit 3bdb24ad88
15 changed files with 62 additions and 29 deletions

View File

@@ -16,11 +16,12 @@ use nom::sequence::tuple;
use super::org_source::BracketDepth;
use super::org_source::OrgSource;
use crate::context::RefContext;
use crate::error::CustomError;
use crate::error::MyError;
use crate::error::Res;
use crate::parser::util::start_of_line;
use crate::parser::Keyword;
use crate::types::Keyword;
const ORG_ELEMENT_AFFILIATED_KEYWORDS: [&'static str; 13] = [
"caption", "data", "header", "headers", "label", "name", "plot", "resname", "result",