TODO in org-converge-0.0.9 vs TODO in org-converge-0.0.10
- old
+ new
@@ -1,10 +1,10 @@
# -*- mode: org; mode: auto-fill; -*-
#+TODO: TODO | DONE CANCELED
#+startup: showeverything
-* [0/7] > 0.0.9 version
+* [0/9] 0.1.0 version
- [ ] Macros can be loaded and applied to the configuration
- [ ] Actually support converging and idempotency (~--runmode=idempotent~)
+ Do not do an operation unless it is required
+ Abort in case there was a failure in executing the script.
@@ -12,12 +12,18 @@
- [ ] Support for ~#+SETUPFILE~
- [ ] Heuristics for determining which binary to use for running the script
- [ ] Display how the run would look like without making changes
: org-converge setupfile.org --dry-run
- [ ] Use :eval for evaling blocks (off by default)
-- [ ] Can use :dir for running a process relative to that directory
+- [ ] Can use ~:dir~ for running a process relative to that directory
+- [ ] Bugfix for when results blocks have only inline examples or images
+- [ ] Bugfix for when the result from a ~org-spec~ run has non-zero exit status
-* [1/1] 0.0.8 version
+* [1/1] 0.0.10
+
+- [X] Add ~:procs~ to code blocks to identify how many times it should run
+
+* [1/1] 0.0.8, 0.0.9 version
- [X] ~org-spec~ exploration!
* [2/2] 0.0.7 version