org-mode/litorgy
Eric Schulte 9652615618 implemented selective export with :exports header argument
Acceptable export values are:

  both ---- the default, display the code and the results

  code ---- display the code inside the block but do not process

  results - process the block and replace it with the results of
            execution

  none ----- do not display either code or results upon export
2009-04-23 15:57:31 -07:00
..
htmlize.el added and now loading htmlize.el 2009-04-06 17:34:33 -07:00
litorgy-exp.el implemented selective export with :exports header argument 2009-04-23 15:57:31 -07:00
litorgy-init.el implemented selective export with :exports header argument 2009-04-23 15:57:31 -07:00
litorgy-lisp.el now assigning variables from source-code blocks in multiple languages 2009-04-02 20:02:56 -07:00
litorgy-R.el now when R blocks return trivial vectors they are converted into scalars 2009-04-05 09:46:11 -07:00
litorgy-ref.el now assigning variables from source-code blocks in multiple languages 2009-04-02 20:02:56 -07:00
litorgy-script.el now assigning variables from source-code blocks in multiple languages 2009-04-02 20:02:56 -07:00
litorgy-shell.el now results of shell commands are also converted into tables when appropriate 2009-04-05 10:11:31 -07:00
litorgy-ui.el now using the new `org-tab-first-hook' to cycle visibility of source blocks 2009-04-22 16:16:59 -07:00
litorgy.el implemented selective export with :exports header argument 2009-04-23 15:57:31 -07:00