Example of including a file
Advanced Lists
org-ruby
supports the following list features of org-mode
:
Note the list ends just some more text. Make sure both list blocks are closed.
This list will end with the end-of-file. Make sure all blocks are closed.
This is paragraph two.
And paragraph three.
BLOCKCOMMENT
Testing that the next part is ignored
And now back to normal!
<li>[ ] “smart quotes”</li> <li>[ ] I think I need this for ‘single quotes’ too. Don’t I?</li> <li>[ ] Em dashes would be great — wouldn’t they?</li> <li>[ ] I hope to develop an en dash sometime in 2010 – 2011.</li>
The following included file will be centered:
Inline Images
Per the org-mode spec, you can include inline images as links without any descriptive link text, like this:
I currently do not support the caption/link syntax, but I can include the inline image. I recognize the following image file types:
This is similar to the center block:
Before Inline Images
Per the org-mode spec, you can include inline images as links without any descriptive link text, like this:
I currently do not support the caption/link syntax, but I can include the inline image. I recognize the following image file types:
- .jpg
- .png
- .gif
- .jpeg
After
#+INCLUDE: "./spec/html_examples/only-list.org"
One | Two | Three |
---|---|---|
#+INCLUDE: “./spec/html_examples/only-list.org” | Five | Six |
Seven | Eight | Nine |
- This file has only a list - Note it will end with nothing other than a list item. - the world wants to know: Will org-ruby write the closing ul tag?
- This file has only a list
- Note it will end with nothing other than a list item.
- the world wants to know: Will org-ruby write the closing ul tag?