Skip to content

Latest commit

 

History

History
65 lines (51 loc) · 1.5 KB

babel.org

File metadata and controls

65 lines (51 loc) · 1.5 KB

Testing ruby:

abcdeghij
x34
y59

if get ruby block disabled: SPC SPC spacemacs/recompile-elpa

to execute: SPC SPC org-babel-execute-src-block

puts 'hello world!!'
`ttdssh lax-cit110 -m df -h`

(org-babel-load-file (expand-file-name “~/drop/notes/test.org”))

  # print('hello world!!')
  # 3 + 5
  # # `ls -l`
  # print('all done')
import time
print("Hello, today's date is %s" % time.ctime())
print('Two plus two is')
return [2 + 2, 99, 152]
@startuml
JAremko->robbyoconnor : I think the docs can benefit from some kind of illustration
JAremko<-robbyoconnor : I'm too lazy -- I have actual work to do. I link to the docs. If you can write me a diagram in plantuml, I'll gladly compile and add it.
JAremko->robbyoconnor : *gives ths diagram*
robbyoconnor<-JAremko : *robbyoconnor adds it and JAremko is happy*
...
robbyoconnor->theOtherPerson : And they thinks it's funny? Yup, they definitely finds it funny. Right?
@enduml
puts 'hello world!!'
`ls -l`
puts 'all done'
puts 'hello world'

this is the end of the test

ls
pwd