her.esy.fun/src/demo.org

309 lines
8.9 KiB
Org Mode
Raw Normal View History

2019-07-11 22:26:33 +00:00
#+TITLE: This is the title
#+AUTHOR: Yann Esposito
2019-07-29 22:10:54 +00:00
#+EMAIL: yann@esposito.host
2019-07-11 22:26:33 +00:00
#+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.
2019-08-15 21:20:09 +00:00
* Lorem Ipsum
:PROPERTIES:
:CUSTOM_ID: lorem-ipsum
:END:
#+begin_src http :pretty
GET https://jaspervdj.be/lorem-markdownum/markdown.txt
#+end_src
** Deos illo sacrum perque victorem eurytus paterque
:PROPERTIES:
:CUSTOM_ID: deos-illo-sacrum-perque-victorem-eurytus-paterque
:END:
*** Haec tela discedentem femina
:PROPERTIES:
:CUSTOM_ID: haec-tela-discedentem-femina
:END:
Lorem markdownum invidiosa iactor! Fidem utque indeploratum pariter.
#+BEGIN_SRC javascript
var port = tooltipPimThreading;
if (pinterest_net_koffice) {
format -= installer;
buffer = 4;
office_device(2, ssh + model);
} else {
website_controller_linux.gigabyte = clone;
}
fileProtocol = driverOcr;
#+END_SRC
*** Duorum habuisse horrentia de noceat
:PROPERTIES:
:CUSTOM_ID: duorum-habuisse-horrentia-de-noceat
:END:
Patriam vocalibus peraget robore recursus diruta ut ergo signa factis,
nigrum, attonitas, in Solis. Mugit [[http://news.ycombinator.com][non
carpe sed]] ceperunt dextra ausum; sanguine durior. Soror Cinyras illos
remugis; super quia somno nunc retemptat oracula cumque. Id Helicen
primum, proles turis nemus claudit molior naturalique deciperetur qua
sulcat et, ad volui.
1. Tubas gener
2. Ad pacta
3. Vetantis ferrum pugnabant quoque
4. Diomede pallida boum membra
Saepe /mihi/? Tum comae iurasse statione morsus vigilans, ergo. Ipse dum
sunt Hymettia: fecit cum et coactis, potae carmine lynca fertur
descenderat.
*** Subitis de luce et poenas cum
:PROPERTIES:
:CUSTOM_ID: subitis-de-luce-et-poenas-cum
:END:
Cladem adit ergo es tecto sit visa dryades vota quos, prima ligno ficta.
Ibat supplex, /est/ costis oblita, elisi regis captum Phoebi tandem
conchaeque! Aera et Aello genetrix.
Et caelo adspexit, cornua et Iuppiter inmensae /abies/. Micabant Paeonas
meliora constitit, ut expers *artisque* adspicit fretum, vulnere
oppidaque, tenuit arma, haec velamine unda. Retinentia iudice, *quos
moras* comitata aliquid prospiciens cepit cum iustius sua cur truncis
ausus unde partibus marisque et grave. Fui opertis liquor laudatae di
erat, repellit conspectos manibus.
Auresque longius res Fando es /nil nec ora/ vixque et tot pendens maius
in et meliora! Flentibus verba nostro agmenque: dedit est regis virque
post Talia telumque, sol *et lanient* perierunt timido. Fitque variare
truncas Phoebus agros, salictis tam pumice facti! Post et neque et
vidit, Lycaeo incautus, latratus terrae thalamique ulta.
* Math
:PROPERTIES:
:CUSTOM_ID: math
:END:
\(x^y / \log(x)\)
\[ \prod_{i=0}^n \sum_{x_i\in E} \frac{1}{x_i} \]
* Level 1
:PROPERTIES:
:CUSTOM_ID: level-1
:END:
2019-07-11 22:26:33 +00:00
** 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
2019-07-28 16:44:25 +00:00
:PROPERTIES:
:CUSTOM_ID: level-3
:END:
2019-07-11 22:26:33 +00:00
#+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
2019-07-28 16:44:25 +00:00
:PROPERTIES:
:CUSTOM_ID: level-4
:END:
2019-07-11 22:26:33 +00:00
#+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
2019-07-28 16:44:25 +00:00
:PROPERTIES:
:CUSTOM_ID: level-5
:END:
2019-07-11 22:26:33 +00:00
- this is an unordered list following a header.
2019-08-15 15:56:29 +00:00
- this is an unordered list following a header. This time with quite a long
text that should goes to the line. Let's write a bit more text with some
=code= here, just to be sure that it use many lines.
2019-07-11 22:26:33 +00:00
- this is an unordered list following a header.
2019-08-15 15:56:29 +00:00
1. this is an ordered list.
2. this is an ordered list that will use many lines. I will fill it with a bit
of random text. Also I will but some =code= inside it, with /italic/ and *bold*
text just to check the line-height.
2019-07-11 22:26:33 +00:00
- sub unordered
- sub sub unordered
2019-08-15 15:56:29 +00:00
- Ok, Haxx0r ipsum concurrently malloc leet new injection bin epoch daemon
system Leslie Lamport shell spoof. Finally boolean continue mutex endif
its a feature gobble packet public irc race condition grep ifdef Im
compiling. Try catch bar bytes Im sorry Dave, Im afraid I cant do
that pragma win sql gnu kilo deadlock blob try catch exception Donald
Knuth brute force.
2019-07-11 22:26:33 +00:00
- 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:
2019-07-28 16:44:25 +00:00
:PROPERTIES:
:CUSTOM_ID: here-is-an-unordered-list-
:END:
2019-07-11 22:26:33 +00:00
- 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
2019-07-28 16:44:25 +00:00
:PROPERTIES:
:CUSTOM_ID: image-test
:END:
2019-07-14 08:26:15 +00:00
an image:
#+CAPTION: Testing include an image
#+NAME: fig:test-image
#+ATTR_HTML: The Experiment
2019-07-28 16:44:25 +00:00
[[../img/a.png]]
2019-07-14 08:26:15 +00:00
We could try inline image
2019-07-28 16:44:25 +00:00
[[../img/a.png]]
2019-07-14 08:26:15 +00:00
just to check.
2019-07-28 16:44:25 +00:00
- [[../img/a.png]] item with img
- [[../img/a.png]] item with img
- [[../img/a.png]] item with img
- [[../img/a.png]] item with img
2019-07-14 08:26:15 +00:00
2019-07-11 22:26:33 +00:00
***** TODO todo
2019-07-28 16:44:25 +00:00
:PROPERTIES:
:CUSTOM_ID: todo
:END:
2019-07-11 22:26:33 +00:00
****** IN-PROGRESS in-progress
2019-07-28 16:44:25 +00:00
:PROPERTIES:
:CUSTOM_ID: in-progress
:END:
2019-07-11 22:26:33 +00:00
******* IN-REVIEW in-review
2019-07-28 16:44:25 +00:00
:PROPERTIES:
:CUSTOM_ID: in-review
:END:
2019-07-11 22:26:33 +00:00
****** HOLD on hold state
2019-07-29 22:10:54 +00:00
:PROPERTIES:
:CUSTOM_ID: on-hold-state
:END:
2019-07-11 22:26:33 +00:00
- State "HOLD" from "IN-REVIEW" [2019-07-09 Tue 13:44] \\
some reason
****** WAITING waiting status
2019-08-15 15:56:29 +00:00
:PROPERTIES:
:CUSTOM_ID: waiting-status
:END:
2019-07-11 22:26:33 +00:00
- State "WAITING" from [2019-07-09 Tue 13:44] \\
waitin for someone
****** DONE done status
2019-08-15 15:56:29 +00:00
:PROPERTIES:
:CUSTOM_ID: done-status
:END:
2019-07-11 22:26:33 +00:00
****** CANCELED canceled status
CLOSED: [2019-07-09 Tue 13:45]
2019-08-15 15:56:29 +00:00
:PROPERTIES:
:CUSTOM_ID: canceled-status
:END:
2019-07-11 22:26:33 +00:00
- State "CANCELED" from [2019-07-09 Tue 13:45] \\
cancel reason