From 0056657b65b50e1372dfddf1440b522ac9675f37 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Fri, 8 Sep 2023 17:27:02 -0400 Subject: [PATCH] Add a test showing the plain text parser is not handling subsets of objects like inside a table cell. --- .../greater_element/table/cells_with_objects.org | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 org_mode_samples/greater_element/table/cells_with_objects.org diff --git a/org_mode_samples/greater_element/table/cells_with_objects.org b/org_mode_samples/greater_element/table/cells_with_objects.org new file mode 100644 index 0000000..ffc814b --- /dev/null +++ b/org_mode_samples/greater_element/table/cells_with_objects.org @@ -0,0 +1,6 @@ +src_elisp{(bar)} +*src_elisp{(bar)}* + +| foo *bar* | +| foo src_elisp{(bar)} | +| foo *src_elisp{(bar)}* |