organic/org_mode_samples/object
Tom Alexander ec813e3b3f
Switch to using bracket depth from OrgSource instead of from the context for footnote references.
It is currently unknown if this will produce a performance increase, but unless it has a significant performance penalty we are going to go forward with this change because it makes it more explicit which values need to be read deeply from other elements (therefore needing to be in the context) vs values that can be bound to the exit matcher since they are only used within the confines of the current element.

I suspect we will get a performance boost since it will be reducing the nodes that need to be walked in the context but maintaining bracket depth count over the entire document instead of only inside elements that need balanced brackets could cost us.
2023-08-28 03:04:32 -04:00
..
angle_link Move all the specific-token tests into subfolders. 2023-08-20 23:38:47 -04:00
citation Move all the specific-token tests into subfolders. 2023-08-20 23:38:47 -04:00
entity Move all the specific-token tests into subfolders. 2023-08-20 23:38:47 -04:00
export_snippet Move all the specific-token tests into subfolders. 2023-08-20 23:38:47 -04:00
footnote_reference Switch to using bracket depth from OrgSource instead of from the context for footnote references. 2023-08-28 03:04:32 -04:00
inline_babel_call Move all the specific-token tests into subfolders. 2023-08-20 23:38:47 -04:00
inline_source_block Move all the specific-token tests into subfolders. 2023-08-20 23:38:47 -04:00
latex_fragment Add tests for LaTeX fragments and text markup that span more than three lines. 2023-08-28 01:18:46 -04:00
line_break Move all the specific-token tests into subfolders. 2023-08-20 23:38:47 -04:00
macro Move all the specific-token tests into subfolders. 2023-08-20 23:38:47 -04:00
plain_link Move all the specific-token tests into subfolders. 2023-08-20 23:38:47 -04:00
radio_link Move all the specific-token tests into subfolders. 2023-08-20 23:38:47 -04:00
regular_link Move all the specific-token tests into subfolders. 2023-08-20 23:38:47 -04:00
statistics_cookie Move all the specific-token tests into subfolders. 2023-08-20 23:38:47 -04:00
subscript_and_superscript Move all the specific-token tests into subfolders. 2023-08-20 23:38:47 -04:00
target Move all the specific-token tests into subfolders. 2023-08-20 23:38:47 -04:00
text_markup Add tests for LaTeX fragments and text markup that span more than three lines. 2023-08-28 01:18:46 -04:00
timestamp Move all the specific-token tests into subfolders. 2023-08-20 23:38:47 -04:00