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
2009-04-23 15:57:32 -07:00

818 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

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