literate-programming-tutorials/common-project-files.org
2019-01-01 19:26:36 -07:00

40 KiB

Common Project Files and Settings

Use this file to manage the files listed in the table below:

Files
.gitignore
LICENSE
README.org

Note: After updating this file, use C-c C-v t or evaluate the org-babel-tangle function against this file to update the contents of all the files in the table above.

Common Project Files

Common Project Settings

Common Export Settings

  #+OPTIONS: ':nil *:t -:t ::t <:t H:7 \n:nil ^:{} arch:headline
  #+OPTIONS: author:t broken-links:nil c:nil creator:nil
  #+OPTIONS: d:(not "LOGBOOK") date:t e:t email:nil f:t inline:t num:nil
  #+OPTIONS: p:nil pri:nil prop:nil stat:t tags:t tasks:t tex:t
  #+OPTIONS: timestamp:t title:t toc:nil todo:t |:t
  #+SELECT_TAGS: export
  #+EXCLUDE_TAGS: noexport

  # For Display when file is exported with org-ruby 

  #+EXPORT_SELECT_TAGS: export
  #+EXPORT_EXCLUDE_TAGS: noexport

Tutorial Template

  #+TITLE: 
  #+HTML: <img src="https://avatars3.githubusercontent.com/u/24377654?s=200&v=4#.jpg" height=50px>

  * Summary
  * Concepts
  * Examples
  * Further Study
  * Common Export Settings                                           :noexport:

    «common-export-settings»