to enforce a structure on the document that we can use moving forward,
so that any future objective changes are all made to the main
objective list.
I apologize for removing sections written by other people. I did this
when they were redundant or it was not clear how to fit them into this
structure. Rest assured if the previous text wasn't persisted in git
I would have been much more cautious about removing it.
I hope that this outline structure should be able to remain stable
through the process of fleshing out objectives, and cashing those
objectives out into tasks. That said, please feel free to make any
changes that you see fit.
Changes include...
- tearing stuff out, and imposing structure
- updated .gitignore to ignore exported files
progressing so far. It's nice to work on a project where everyone
uses org-mode.
additions:
- proposal for how we should implement the R-source-code blocks
- example of source code evaluation using org-eval-light.el
- notes section on evaluation of R code
- some scattered thoughts/suggestions
the results are in existing_tools/exp-blocks/example-for-r.html. To
get this working I had to make two changes...
First in testing.Rorg, I changed every block as follows
from
#+BEGIN_R:
#+END_R
to
#+BEGIN_R
#+END_R
Second I fixed a broken regexp in org-exp-blocks.el
This is capable of running calculations on the R blocks and the inline
\R{} segments, but is not yet able to handle the image generation
commands.