From 1168ddb1fe7a1c2186ec0b40174d6760555d4eff Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Sun, 15 Oct 2023 17:38:56 -0400 Subject: [PATCH] Start an investigation into affiliated keyword behavior. --- .../run_test.bash | 23 +++++++++++++++++ .../test_document.org | 25 +++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100755 notes/affiliated_keyword_investigation/run_test.bash create mode 100644 notes/affiliated_keyword_investigation/test_document.org diff --git a/notes/affiliated_keyword_investigation/run_test.bash b/notes/affiliated_keyword_investigation/run_test.bash new file mode 100755 index 0000000..e040c21 --- /dev/null +++ b/notes/affiliated_keyword_investigation/run_test.bash @@ -0,0 +1,23 @@ +#!/usr/bin/env bash +# +set -euo pipefail +IFS=$'\n\t' +DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" + +file_path="${DIR}/test_document.org" + +INIT_SCRIPT=$(cat <