0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-20 09:18:41 +00:00
Commit graph

4 commits

Author SHA1 Message Date
Eric Schulte 6451d2df1a more cleanup and removal of the term "litorgy" 2009-05-24 13:52:51 -07:00
Eric Schulte 9121d6f1f1 now exporting inline source code blocks 2009-04-26 13:29:59 -07:00
Eric Schulte 64e01ac324 fixed bug with exportation of ruby arrays 2009-04-23 15:57:32 -07:00
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