DONE Should strip protective commas from org blocks on tangling
- State "DONE" from "TODO"
- State "TODO" from ""
This has been fixed with a simple call to `replace-regexp-in-string', one may thing that there would be a complex function for removing the commas, but org-mode uses a simple regexp as well – so apparently this approach is safe.