organic/org_mode_samples/object/footnote_reference
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
..
balanced_brackets.org Switch to using bracket depth from OrgSource instead of from the context for footnote references. 2023-08-28 03:04:32 -04:00
simple.org Move all the specific-token tests into subfolders. 2023-08-20 23:38:47 -04:00