rearrange Eric's notes

This commit is contained in:
Austin F. Frank 2009-02-05 19:59:19 -05:00
parent f173099443
commit 6201f77b1c

View file

@ -58,29 +58,32 @@ a
** evaluate R code and make the output available for processing in an org buffer ** evaluate R code and make the output available for processing in an org buffer
** evaluate R code and format the output for export ** evaluate R code and format the output for export
Special editing and evaluation of source code in R blocks. * Notes
Unfortunately org-mode how two different block types. Source code ** Special editing and evaluation of source code in R blocks
blocks which look like the following allow for the special editing of Unfortunately org-mode how two different block types. I'm leaning
code inside of the block through `org-edit-special'. 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 #+begin_src R
#+end_src #+end_src
dblocks, which look like the following allow for evaluation of the *** dblocks
code inside of the block by calling =\C-c\C-c= on the header of the look like the following allow for evaluation of the code inside of
block. This is handy, as org-mode will automatically call the block by calling =\C-c\C-c= on the header of the block. This
`org-dblock-write:dblock-type' where dblock-type is the string is handy, as org-mode will automatically call
following the =#+BEGIN:= portion of the line. `org-dblock-write:dblock-type' where dblock-type is the string
following the =#+BEGIN:= portion of the line.
#+BEGIN: dblock-type #+BEGIN: dblock-type
#+END: #+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 * tasks
* buffer dictionary * buffer dictionary