0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-24 04:10:42 +00:00
Commit graph

5 commits

Author SHA1 Message Date
Eric Schulte e82fb2566c replacing litrogy with babel 2009-05-24 13:38:01 -07:00
Eric Schulte 6206e23ffd DONE global variable indicating default to vector output 2009-05-23 09:05:53 -07:00
Eric Schulte e140849b49 code blocks default to only exporting code 2009-05-11 09:57:21 -07:00
Eric Schulte 9121d6f1f1 now exporting inline source code blocks 2009-04-26 13:29:59 -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