1
0
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-12-17 09:55:55 +00:00
Commit Graph

14 Commits

Author SHA1 Message Date
Eric Schulte
3657836968 added optional insertion of results...
from the description of litorgy-insert-result:

   Insert RESULT into the current buffer after the end of the
current source block.  With optional argument INSERT controls
insertion of results in the org-mode file.  INSERT can take the
following values...

t ------ the default options, simply insert the results after the
         source block

replace - insert results after the source block replacing any
          previously inserted results

silent -- no results are inserted
2009-04-01 15:46:55 -07:00
Eric Schulte
01401748e4 cleanup and small misc re-organizations 2009-03-29 15:08:53 -07:00
Eric Schulte
9b2e4f2257 result insertion is now working for lists and non-lists 2009-03-25 22:02:50 -07:00
Eric Schulte
c40217b5f0 now replace works for table results as well as string results 2009-03-25 16:43:46 -07:00
Eric Schulte
4385611ebf Now accepting vector results from source blocks, and inserting into org file as tables. 2009-03-25 16:16:03 -07:00
Eric Schulte
be826b2d68 replaced litorgy-examplize-region' as org-toggle-fixed-width-section' was causing problems 2009-03-25 15:55:56 -07:00
Eric Schulte
74498d6055 thinking about and stubbing out functions for referencing external resources 2009-03-23 17:01:11 -07:00
Eric Schulte
63839f7c50 adding support for emacs-lisp blocks 2009-03-23 16:07:02 -07:00
Eric Schulte
6cf9c4e497 replacing litorgy-make-region-example with the standard org-toggle-fixed-width-section. 2009-03-17 14:44:50 -07:00
Eric Schulte
488fa39b27 ensure inserted results end in a newline 2009-02-23 17:49:51 -08:00
Eric Schulte
715998c107 adding R support for litorgy 2009-02-23 16:08:16 -08:00
Eric Schulte
fbb141f72e added litorgy-eval-buffer function 2009-02-23 15:15:22 -08:00
Eric Schulte
f7d0dd1fda adding a replace option, and simplified result insertion 2009-02-22 22:19:56 -08:00
Eric Schulte
7c51afb642 Added litorgy.el which begins with the most fundamental step of our
implementation, see rorg.org for more information and examples.
2009-02-22 13:19:43 -08:00