From 6201f77b1ca50c4ce46900f2fc80b0d371395105 Mon Sep 17 00:00:00 2001 From: "Austin F. Frank" Date: Thu, 5 Feb 2009 19:59:19 -0500 Subject: [PATCH] rearrange Eric's notes --- rorg.org | 31 +++++++++++++++++-------------- 1 file changed, 17 insertions(+), 14 deletions(-) diff --git a/rorg.org b/rorg.org index ed8494a47..efda30ff3 100644 --- a/rorg.org +++ b/rorg.org @@ -58,29 +58,32 @@ a ** evaluate R code and make the output available for processing in an org buffer ** evaluate R code and format the output for export -Special editing and evaluation of source code in R blocks. -Unfortunately org-mode how two different block types. Source code -blocks which look like the following allow for the special editing of -code inside of the block through `org-edit-special'. +* Notes +** Special editing and evaluation of source code in R blocks + Unfortunately org-mode how two different block types. I'm leaning + towards using the =#+begin_src= blocks, as that is really what + these blocks contain is source code. + + Note that upper and lower case are not relevant in block headings. + +*** Source code blocks + look like the following allow for the special editing of code + inside of the block through `org-edit-special'. #+begin_src R #+end_src -dblocks, which look like the following allow for evaluation of the -code inside of the block by calling =\C-c\C-c= on the header of the -block. This is handy, as org-mode will automatically call -`org-dblock-write:dblock-type' where dblock-type is the string -following the =#+BEGIN:= portion of the line. +*** dblocks + look like the following allow for evaluation of the code inside of + the block by calling =\C-c\C-c= on the header of the block. This + is handy, as org-mode will automatically call + `org-dblock-write:dblock-type' where dblock-type is the string + following the =#+BEGIN:= portion of the line. #+BEGIN: dblock-type #+END: -Note that upper and lower case are not relevant in block headings. - -I'm leaning towards using the =#+begin_src= blocks, as that is really -what these blocks contain is source code. - * tasks * buffer dictionary