The following should be rendered
module TestWith
attr_reader :counter, :key
def initialize(key)
transition(key)
end
| ¿Qué es ésyo? |
| require 'thin' | |
| require 'sinatra/base' | |
| require 'nats/client' | |
| require 'fiber' | |
| require 'json' | |
| class App < Sinatra::Base | |
| def initialize | |
| @nats = NATS.start(:uri => "nats://localhost:4222") |
| (let* ((url-request-method "POST") | |
| (url-request-extra-headers '(("Content-Type" . "application/json"))) | |
| (url-request-data | |
| (encode-coding-string (concat "{" | |
| "\"content\": \"* HELLO WORLD\"" | |
| "}" | |
| ) 'utf-8) | |
| ) | |
| ) ;end of let varlist | |
| (url-retrieve "http://127.0.0.1:9393/api/text.json" |
| * DONE When including another file lines | |
| Should say "Note it will end with nothing other than a list item" | |
| #+INCLUDE: "./spec/html_examples/only-list.org" :lines "2-3" | |
| * DONE When including another file lines with bad options | |
| In this case it will include up to the second line. |
| require 'org-ruby' | |
| module Jekyll | |
| class OrgConverter < Converter | |
| safe true | |
| priority :low | |
| def matches(ext) | |
| ext =~ /org/i |
| function initialize() { | |
| var omotesandoLatLng = new google.maps.LatLng(35.66508, 139.71248); // Omotesando | |
| var mapOptions = { | |
| center: omotesandoLatLng, | |
| zoom: 15, | |
| styles: [ | |
| { | |
| stylers: [ |
According to the Org mode docs, it is possible to customize whether the code block will be exported or not.
Using Org Babel features, it is possible to set :results output
to a code block and render the results within a #+RESULTS: code block:
(kbd \U+FFE2C-c . C\U+FFE2)
@kbd{C-c . C}
<kbd>C-c . C</kbd>)