mirror of
https://github.com/vale981/literate-programming-tutorials
synced 2025-03-06 02:11:38 -05:00
18 lines
763 B
Org Mode
18 lines
763 B
Org Mode
# -*- mode: org; org-confirm-babel-evaluate: nil; org-babel-noweb-wrap-start: "«"; org-babel-noweb-wrap-end: "»"; -*-
|
|
|
|
* Template Utility Code :noexport:
|
|
|
|
* Common Export Settings :noexport:
|
|
|
|
#+OPTIONS: ':nil *:t -:t ::t <:nil H:4 \n:nil ^:{} arch:headline
|
|
#+OPTIONS: author:nil broken-links:nil c:nil creator:nil
|
|
#+OPTIONS: d:(not "LOGBOOK") date:nil e:t email:nil f:t inline:t num:nil
|
|
#+OPTIONS: p:nil pri:nil prop:t stat:nil tags:t tasks:nil tex:t
|
|
#+OPTIONS: timestamp:nil title:nil toc:nil todo:nil |:t
|
|
#+SELECT_TAGS: export
|
|
#+EXCLUDE_TAGS: noexport nolatex
|
|
|
|
# For Display when file is exported with org-ruby
|
|
|
|
#+EXPORT_SELECT_TAGS: export
|
|
#+EXPORT_EXCLUDE_TAGS: noexport
|