her.esy.fun/src/demo.org

175 lines
4.8 KiB
Org Mode
Raw Normal View History

2019-07-11 22:26:33 +00:00
#+TITLE: This is the title
#+AUTHOR: Yann Esposito
#+EMAIL: yann.esposito@gmail.com
#+KEYWORDS: programming
#+DESCRIPTION: css demonstration
#+OPTIONS: H:5
2019-07-22 22:59:15 +00:00
#+OPTIONS: auto-id:t
2019-07-11 22:26:33 +00:00
* Level 1 in org-mode
2019-07-22 22:59:15 +00:00
:PROPERTIES:
:CUSTOM_ID: level-1-in-org-mode-e308
:END:
2019-07-11 22:26:33 +00:00
This is a text I write so we can test many different details of a web page.
The text can be *bold*, /italic/, +strikethrough+ or =keyword=.
Here is a [[file:index.html][link to another page]].
There should be whitespace between paragraphs.
Mulitples lines
in the source
code should
be set as a single
paragraph.
But if I use a double space
There should be a forced newline.
** Level 2
2019-07-22 22:59:15 +00:00
:PROPERTIES:
:CUSTOM_ID: level-2-85fc
:END:
2019-07-11 22:26:33 +00:00
There should be whitespace between paragraphs.
GitHub is a code hosting platform for version control and collaboration.
It lets you and others work together on projects from anywhere.
*** Level 3
#+begin_quote
This is a blockquote following a header.
When something is important enough, you do it even if the odds are not in your
favor.
#+end_quote
**** Level 4
#+begin_src javascript
// Javascript code with syntax highlighting.
var fun = function lang(l) {
dateformat.i18n = require('./lang/' + l)
return true;
}
#+end_src
#+begin_src ruby
# Ruby code with syntax highlighting
GitHubPages::Dependencies.gems.each do |gem, version|
s.add_dependency(gem, "= #{version}")
end
#+end_src
#+begin_src clojure
(defn clj-fn
"A clojure function with syntax highlighting"
[arg]
(clojure.pprint/pprint arg))
#+end_src
#+begin_src haskell
-- main hello world
main :: IO ()
main = do
putStrLn "What is your name?"
name <- getLine
putStrLn $ "Hello " <> name <> "!"
#+end_src
***** Level 5
- this is an unordered list following a header.
- this is an unordered list following a header.
- this is an unordered list following a header.
1. this is an ordered list following a header.
2. this is an ordered list following a header.
- sub unordered
- sub sub unordered
- xxx
- unordered
1. ordered again
2. yep :)
3. this is an ordered list following a header.
1. sub ordered
2. second
1. sub sub ordered
2. still
3. here
4. this is an ordered list following a header.
| head1 | head two |
|-----------+---------------------------|
| Sir Robin | the not so brave |
| Lancelot | search the =holy= *graal* |
| Galaad | the /pure/ |
| Zoot | Just =Zoot= |
Bad too wide table...
| head1 | head two | head3 | head4 | head5 | head 6 | head7 |
|-----------+---------------------------+-----------------------+--------------------+-------------------------------------------------+--------+---------------------------------------|
| Sir Robin | the not so brave | very big content here | super long content | What could I say, I like trying to break things | n/a | superlongwordthatcouldnotfitcorrectly |
| Lancelot | search the =holy= *graal* | | | | | |
| Galaad | the /pure/ | | | | | |
| Zoot | Just =Zoot= | | | | | |
There's a horizontal rule below this
------
*** Here is an unordered list:
- level 1 item
- level 2 item
- level 2 item
- level 2 item
- level 3 item
- level 3 item
- level 1 item
- level 2 item
- level 3 item
- level 3 item
- level 2 item
- level 2 item
- level 1 item
- level 2 item
- level 2 item
- level 2 item
2019-07-14 08:26:15 +00:00
**** Image test
an image:
#+CAPTION: Testing include an image
#+NAME: fig:test-image
#+ATTR_HTML: The Experiment
[[../assets/img/a.png]]
We could try inline image
[[../assets/img/a.png]]
just to check.
- [[../assets/img/a.png]] item with img
- [[../assets/img/a.png]] item with img
- [[../assets/img/a.png]] item with img
- [[../assets/img/a.png]] item with img
2019-07-11 22:26:33 +00:00
***** TODO todo
****** IN-PROGRESS in-progress
******* IN-REVIEW in-review
****** HOLD on hold state
- State "HOLD" from "IN-REVIEW" [2019-07-09 Tue 13:44] \\
some reason
****** WAITING waiting status
- State "WAITING" from [2019-07-09 Tue 13:44] \\
waitin for someone
****** DONE done status
****** CANCELED canceled status
CLOSED: [2019-07-09 Tue 13:45]
- State "CANCELED" from [2019-07-09 Tue 13:45] \\
cancel reason