diff --git a/2023-06-monthly-report.org b/2023-06-monthly-report.org
index 91cd463..2fdae6d 100644
--- a/2023-06-monthly-report.org
+++ b/2023-06-monthly-report.org
@@ -1,6 +1,8 @@
#+title: Monthly Report for June 2023
#+author: Philip Herron and Arthur Cohen
#+date: 2023-07-03
+# do not treat a_b as ab, i.e. fn_once
+#+options: ^:nil
** Overview
diff --git a/2023-07-10-report.org b/2023-07-10-report.org
index 131930f..0f5d0e6 100644
--- a/2023-07-10-report.org
+++ b/2023-07-10-report.org
@@ -1,6 +1,8 @@
#+title: Weekly report for 3rd of July 2023 to 10th of July 2023
#+author: Philip Herron and Arthur Cohen
#+date: 2023-07-10
+# do not treat a_b as ab, i.e. fn_once
+#+options: ^:nil
** Overview
diff --git a/2023-07-17-report.org b/2023-07-17-report.org
index dbc5f14..8c7e711 100644
--- a/2023-07-17-report.org
+++ b/2023-07-17-report.org
@@ -1,6 +1,8 @@
#+title: Weekly report for 10th of July 2023 to 17th of July 2023
#+author: Philip Herron and Arthur Cohen
#+date: 2023-07-17
+# do not treat a_b as ab, i.e. fn_once
+#+options: ^:nil
** Overview
diff --git a/2023-07-24-report.org b/2023-07-24-report.org
index 528ccda..155530c 100644
--- a/2023-07-24-report.org
+++ b/2023-07-24-report.org
@@ -1,6 +1,8 @@
#+title: Weekly report for 17th of July 2023 to 24th of July 2023
#+author: Philip Herron and Arthur Cohen
#+date: 2023-07-24
+# do not treat a_b as ab, i.e. fn_once
+#+options: ^:nil
** Overview
diff --git a/2023-07-monthly-report.org b/2023-07-monthly-report.org
index 82dfdae..67c9290 100644
--- a/2023-07-monthly-report.org
+++ b/2023-07-monthly-report.org
@@ -1,6 +1,8 @@
#+title: Monthly Report for July 2023
#+author: Philip Herron and Arthur Cohen
#+date: 2023-07-31
+# do not treat a_b as ab, i.e. fn_once
+#+options: ^:nil
** Overview
@@ -136,7 +138,7 @@ be notified of upcoming events.
| TODO | 237 | 252 | +15 |
| In Progress | 46 | 52 | +6 |
| Completed | 696 | 721 | +25 |
-
+#+tblfm: $4='(if (equalp $3 0) "-" (format "%+d" (- $3 $2)));N
*** Test Cases
| TestCases | Last Month | This Month | Delta |
@@ -145,6 +147,7 @@ be notified of upcoming events.
| Failed | - | - | - |
| XFAIL | 53 | 53 | - |
| XPASS | - | - | - |
+#+tblfm: $4='(if (equalp $3 0) "-" (format "%+d" (- $3 $2)));N
*** Bugs
@@ -153,6 +156,7 @@ be notified of upcoming events.
| TODO | 73 | 90 | +17 |
| In Progress | 22 | 27 | +5 |
| Completed | 346 | 354 | +8 |
+#+tblfm: $4='(if (equalp $3 0) "-" (format "%+d" (- $3 $2)));N
*** Milestones Progress
@@ -185,6 +189,7 @@ Similarly, the Update GCC's master branch milestone contains a [[https://github.
| Intrinsics and builtins | 18% | 18% | - | 6th Sep 2022 | - | TBD |
| Const Generics 2 | 0% | 0% | - | TBD | - | TBD |
| Rust-for-Linux compilation | 0% | 0% | - | TBD | - | TBD |
+#+tblfm: $4='(let ((diff (apply #'- (mapcar (lambda (x) (string-to-number (string-replace "%" "" x))) (list $3 $2))))) (if (zerop diff) "-" (format "%+d%%" diff)));
*** Testing project