From 07b1d3925c833e562d51d68413c7a484b2454afc Mon Sep 17 00:00:00 2001 From: Noam Postavsky Date: Mon, 25 Nov 2013 22:54:43 -0500 Subject: [PATCH] move #+STARTUP to org-setup.inc; add #+LINK_HOME also remove #+AUTHOR since it ends up refering to the generator, not the actual author. --- doc/index.org | 4 +--- doc/org-setup.inc | 6 ++++++ doc/snippet-development.org | 1 + doc/snippet-expansion.org | 1 - doc/snippet-reference.org | 2 +- 5 files changed, 9 insertions(+), 5 deletions(-) diff --git a/doc/index.org b/doc/index.org index ffc0c67..e7ac12d 100644 --- a/doc/index.org +++ b/doc/index.org @@ -1,7 +1,5 @@ -#+TITLE: Yet another snippet extension -#+STARTUP: showall - #+SETUPFILE: org-setup.inc +#+TITLE: Yet another snippet extension * Quick start diff --git a/doc/org-setup.inc b/doc/org-setup.inc index aa2380a..96b7028 100644 --- a/doc/org-setup.inc +++ b/doc/org-setup.inc @@ -1,3 +1,9 @@ # -*- mode: org -*- +#+STARTUP: showall + #+LINK: sym file:snippet-reference.org::#%s + +#+LINK_HOME: ./index.html +#+OPTIONS: author:nil num:nil +#+AUTHOR: diff --git a/doc/snippet-development.org b/doc/snippet-development.org index 2e86624..b22f98d 100644 --- a/doc/snippet-development.org +++ b/doc/snippet-development.org @@ -1,4 +1,5 @@ #+SETUPFILE: org-setup.inc + #+TITLE: Writing snippets * Snippet development diff --git a/doc/snippet-expansion.org b/doc/snippet-expansion.org index 9b31d64..f317bcf 100644 --- a/doc/snippet-expansion.org +++ b/doc/snippet-expansion.org @@ -1,5 +1,4 @@ #+SETUPFILE: org-setup.inc -#+OPTIONS: H:4 #+TITLE: Expanding snippets diff --git a/doc/snippet-reference.org b/doc/snippet-reference.org index 316a9c8..3dd674f 100644 --- a/doc/snippet-reference.org +++ b/doc/snippet-reference.org @@ -1,4 +1,4 @@ -#+STARTUP: showall +#+SETUPFILE: org-setup.inc #+TITLE: Reference