# -*- mode: org -*- #+AUTHOR: Lucien Cartier-Tilet #+EMAIL: lucien@phundrak.com #+CREATOR: Lucien Cartier-Tilet #+LANGUAGE: en #+startup: overview noalign noinlineimages hideblocks # ### ORG OPTIONS ############################################################## #+OPTIONS: H:4 broken_links:mark email:t ^:{} #+KEYWORDS: dotfiles, linux, emacs, configuration, phundrak, drakpa # ### LaTeX ############################################################# #+latex_class: article #+latex_class_options: [a4paper] #+latex_header: \input{headers.tex} # ### HTML ############################################################# #+HTML_DOCTYPE: html5 #+HTML_HEAD: #+HTML_HEAD: #+HTML_HEAD: #+HTML_HEAD: #+HTML_HEAD: #+HTML_HEAD: #+HTML_HEAD: #+HTML_HEAD: #+html_head: #+html_head: #+html_head: # ### MACROS ############################################################ #+MACRO: newline @@latex:\hspace{0pt}\\@@ @@html:
@@