aboutsummaryrefslogtreecommitdiff
path: root/shoshin-config.org
diff options
context:
space:
mode:
authorshoshin <shoshin@cicadas.surf>2022-07-04 15:11:56 -0500
committershoshin <shoshin@cicadas.surf>2022-07-04 15:11:56 -0500
commit50013edacf91a5c1b400b2310936e592b2b7598d (patch)
treeda1678e44f00c051a1b098fb68ab4c5c1704fcdb /shoshin-config.org
parent7f36c9af0cda383a04a2f53bfb9eb7cf65cdae22 (diff)
Add: some html export options on doc and source blocks
Diffstat (limited to 'shoshin-config.org')
-rw-r--r--shoshin-config.org6
1 files changed, 5 insertions, 1 deletions
diff --git a/shoshin-config.org b/shoshin-config.org
index 63f5562..e9accc2 100644
--- a/shoshin-config.org
+++ b/shoshin-config.org
@@ -1,5 +1,9 @@
+#+AUTHOR: Grant Shoshin Shangreaux
+#+EMAIL: shoshin@cicadas.surf
+#+DESCRIPTION: Html version of an Emacs literate org configuration
#+STARTUP: overview
#+PROPERTY: header-args:emacs-lisp :lexical t
+#+OPTIONS: broken-links:mark
* A New Start
@@ -27,7 +31,7 @@ this is all an experiment.
The following code block is the "table of contents" that determines what
is tangled into the resulting elisp file:
-#+begin_src emacs-lisp :tangle yes :noweb yes
+#+begin_src emacs-lisp :tangle yes :noweb no-export
;;; shoshimacs.el --- Beginner's Mind Config -*- lexical-binding:t -*-
;;; Package Management