0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-12 07:09:55 +00:00
org-mode/test-export.org
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

692 B

Testing Litorgy Export

tests

all the tests

ruby

source block is here, but is shouldn't be exported…

The source block is here, and lets see the code

class Schulte
  def initialize
    puts :eric
  end
end

This is a source block, and lets see the results

emacs-lisp

a table

'(1 2 3 4 5)

hidden