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