0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-21 07:18:34 +00:00

added TODO for result name lines #+resname:

This commit is contained in:
Eric Schulte 2009-05-20 18:38:24 -07:00
parent 801345d41d
commit b21e61be60

View file

@ -4,16 +4,22 @@
#+STARTUP: oddeven #+STARTUP: oddeven
* Tasks [12/18] * Tasks [12/18]
** TODO results-type header (scalar/vector) ** TODO results-type header (scalar/vector) [0/1]
In response to a point in Dan's email. We should allow the user to In response to a point in Dan's email. We should allow the user to
force scalar or vector results. This could be done with a header force scalar or vector results. This could be done with a header
argument, and the default behavior could be controlled through a argument, and the default behavior could be controlled through a
configuration variable. configuration variable.
Since the source blocks are named with =#+srcname:= lines we can *** TODO results name
name results with =#+resname:= lines (if the source block has no In order to do this we will need to start naming our results.
name then no name is given to the =#+resname:= line on creation, Since the source blocks are named with =#+srcname:= lines we can
otherwise the name of the source block is used). name results with =#+resname:= lines (if the source block has no
name then no name is given to the =#+resname:= line on creation,
otherwise the name of the source block is used).
This will have the additional benefit of allowing results and
source blocks to be located in different places in a buffer (and
eventually in different buffers entirely).
** TODO re-implement R evaluation using ess-command or ess-execute ** TODO re-implement R evaluation using ess-command or ess-execute
I don't have any complaints with the current R evaluation code or I don't have any complaints with the current R evaluation code or