Skip to content

Latest commit

 

History

History
60 lines (41 loc) · 974 Bytes

test-export.org

File metadata and controls

60 lines (41 loc) · 974 Bytes

Testing Org-Babel Export

all

full source blocks

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

lets see the source, and results for a ruby array

[1, 2, 3, 4].map{ |n| n * 2 }

emacs-lisp

a table

'(1 2 3 4 5)

hidden

in-line source blocks

This is an inline source code block src_ruby{1 + 6}. And another source block with text output src_emacs-lisp{“eric”}.