From d5ea650b9626aaf65bbf6c2d479c4ea40d84aa09 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Fri, 25 Aug 2023 05:36:57 -0400 Subject: [PATCH] Add a test for dynamic blocks. --- .../greater_element/dynamic_block/simple.org | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 org_mode_samples/greater_element/dynamic_block/simple.org diff --git a/org_mode_samples/greater_element/dynamic_block/simple.org b/org_mode_samples/greater_element/dynamic_block/simple.org new file mode 100644 index 0000000..a21ce8a --- /dev/null +++ b/org_mode_samples/greater_element/dynamic_block/simple.org @@ -0,0 +1,23 @@ +#+BEGIN: clocktable :scope file :maxlevel 2 +#+CAPTION: Clock summary at [2023-08-25 Fri 05:34] +| Headline | Time | +|--------------+--------| +| *Total time* | *0:00* | +#+END: + +#+BEGIN: columnview :hlines 1 :id global +| ITEM | TODO | PRIORITY | TAGS | +|-------+------+----------+------------------------------| +| Foo | | B | | +|-------+------+----------+------------------------------| +| Bar | TODO | B | | +|-------+------+----------+------------------------------| +| Baz | | B | :thisisatag: | +| Lorem | | B | :thisshouldinheritfromabove: | +| Ipsum | | B | | +#+END: +* Foo +* TODO Bar +* Baz :thisisatag: +** Lorem :thisshouldinheritfromabove: +*** Ipsum