0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-07-15 16:46:27 +00:00

added TODO "resolve references to other buffers"

This commit is contained in:
Eric Schulte 2009-05-21 06:24:43 -07:00
parent b21e61be60
commit c2b809dc94

View file

@ -3,7 +3,15 @@
#+SEQ_TODO: TODO PROPOSED | DONE DEFERRED REJECTED
#+STARTUP: oddeven
* Tasks [12/18]
* Tasks [12/19]
** TODO resolve references to other buffers
This would allow source blocks to call upon tables, source-blocks,
and results in other buffers.
See...
- [[file:litorgy/litorgy-ref.el::TODO%20allow%20searching%20for%20names%20in%20other%20buffers][litorgy-ref.el:searching-in-other-buffers]]
- [[file:litorgy/litorgy.el::defun%20litorgy%20find%20named%20result%20name][litorgy.el#litorgy-find-named-result]]
** TODO results-type header (scalar/vector) [0/1]
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
@ -20,7 +28,13 @@
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).
#+begin_src emacs-lisp
'schulte
#+end_src
#+resname:
** TODO re-implement R evaluation using ess-command or ess-execute
I don't have any complaints with the current R evaluation code or
behaviour, but I think it would be good to use the ESS functions