naesnaes

Org Style Demo

A custom org css stylesheet to bring it to visual parity with the rest of my website. The org template is borrowed from https://gongzhitaao.org/orgcss/.

Usage & Copyright

If you want to use this stylesheet, feel free to add this line to your .org file:

#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="https://seanzhang.ca/org.css"/>

If you discover any bugs, feel free to let me know either directly or through Github.

TODO Todos are Nice

DONE Nesting

Under this section is some plain text. A few things:

  1. Numbered List.
  2. How about nesting some unordered lists?

    • Like this
    • and this

No TODO here   tag2

Something can be quoted here. Another use for this might be in-line notes.

There are some monospaced text blocks here. Code block examples:

#include <iostream>

int main() {
  std::cout << "hello world" << std::endl;
  return 0;
}

Rust:

fn main() {
    println!("Hello world");
    for i in 1..2 {
        continue;
    }
}

JSON

{
  "name": "Example",
  "a_list": [
    1, 2, 3,
  ],
  "message": {
    "w": "orld"
  }
}

Here's a table I borrowed:

UtilityDescription
bibtex2htmlExport citations in bib files, if any, to html.
MathJaxRender math equations.

Some Math

The Rendering Eqauation
\begin{align*} L_o(x_i) = L_i(x_i) + L_e() \end{align*}

This is an inline thing $4^e$

Code not working

{
  "name": "Example",
  "a_list": [
    1, 2, 3,
  ],
  "message": {
    "w": "orld"
  }
}

References   ignore

Footnotes