This is the second org-mode test to see how various org-mode features looks with different Hugo templates.

DONE Lists and checkboxes @feature

  • Dette er ein test
  • Dette er ein test
  • Dette er ein test

Pictures

Text formatting

  • We can have bold text
  • Also italic
  • And monospace
  • For key bindings C-c
  • And when you regret something
  • And when someting is really important

Tables

org#Column formulas

Table 1: First demo table
ABC
234
51021
334311
Table 2: Table with verbatim CSS
ab
bs

Spreadsheet

The tables in org-mode are a spreadsheet.

CandidateABCDMeanStd. devRMS
150251001046.2539.457.5
27525755056.2523.959.9
35075602552.521.055.6

Plotting

Org-mode supports plotting through gnuplot.

SedeMax citesH-index
Chile257.7221.39
Leeds165.7719.68
Sao Paolo71.0011.50
Stockholm134.1914.33
Morelia257.5617.67

xy1y2
036
147
258

Code listings

This is a code listing for C:

#include <stdio.h>

int main(){
  printf("Dette er ein test");
}

PlantUML

!theme spacelab
a -> b
b -> c
Bob -> Alice : Hello World!

Citation

Math

Inline math \(R = \frac{U}{I}\)

\[f(x) = \int_{2}^{4} x^{4}+2x^{3}\]

\begin{equation} \label{eq:1} C = W\log_{2} (1+\mathrm{SNR}) \end{equation}