From: Noam Postavsky Date: Tue, 26 Nov 2013 03:54:43 +0000 (-0500) Subject: move #+STARTUP to org-setup.inc; add #+LINK_HOME X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/07b1d3925c833e562d51d68413c7a484b2454afc move #+STARTUP to org-setup.inc; add #+LINK_HOME also remove #+AUTHOR since it ends up refering to the generator, not the actual author. --- diff --git a/doc/index.org b/doc/index.org index ffc0c67bb..e7ac12d72 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 aa2380a87..96b7028a7 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 2e86624d7..b22f98dbf 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 9b31d6407..f317bcf22 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 316a9c880..3dd674f15 100644 --- a/doc/snippet-reference.org +++ b/doc/snippet-reference.org @@ -1,4 +1,4 @@ -#+STARTUP: showall +#+SETUPFILE: org-setup.inc #+TITLE: Reference