move #+STARTUP to org-setup.inc; add #+LINK_HOME

also remove #+AUTHOR since it ends up refering to the generator, not the
actual author.
This commit is contained in:
Noam Postavsky 2013-11-25 22:54:43 -05:00
parent 0aebb41aca
commit 07b1d3925c
5 changed files with 9 additions and 5 deletions

View File

@ -1,7 +1,5 @@
#+TITLE: Yet another snippet extension
#+STARTUP: showall
#+SETUPFILE: org-setup.inc #+SETUPFILE: org-setup.inc
#+TITLE: Yet another snippet extension
* Quick start * Quick start

View File

@ -1,3 +1,9 @@
# -*- mode: org -*- # -*- mode: org -*-
#+STARTUP: showall
#+LINK: sym file:snippet-reference.org::#%s #+LINK: sym file:snippet-reference.org::#%s
#+LINK_HOME: ./index.html
#+OPTIONS: author:nil num:nil
#+AUTHOR:

View File

@ -1,4 +1,5 @@
#+SETUPFILE: org-setup.inc #+SETUPFILE: org-setup.inc
#+TITLE: Writing snippets #+TITLE: Writing snippets
* Snippet development * Snippet development

View File

@ -1,5 +1,4 @@
#+SETUPFILE: org-setup.inc #+SETUPFILE: org-setup.inc
#+OPTIONS: H:4
#+TITLE: Expanding snippets #+TITLE: Expanding snippets

View File

@ -1,4 +1,4 @@
#+STARTUP: showall #+SETUPFILE: org-setup.inc
#+TITLE: Reference #+TITLE: Reference