# HG changeset patch # User Robert McIntyre # Date 1425317936 28800 # Node ID 3186b6b76cde8fc90685124f8dbec12a37a9b506 # Parent 053bce43913cd6768bf9b913feebcf163578f921 deal with some cruft. diff -r 053bce43913c -r 3186b6b76cde org/export.org --- a/org/export.org Mon Mar 02 12:14:21 2015 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,17 +0,0 @@ -#+BABEL: :exports both :results verbatim :noweb yes :cache no :mkdirp yes - -#+srcname: export -#+begin_src clojure :results silent -(ns export.export) - - -#+end_src - - - - -#+begin_src clojure :tangle ../src/export/export.clj -<> -#+end_src - - diff -r 053bce43913c -r 3186b6b76cde org/header.org --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/org/header.org Mon Mar 02 09:38:56 2015 -0800 @@ -0,0 +1,24 @@ +#+BEGIN_HTML + +
+
+ +
+ +

aurellem

+ +
+ +
Written by {{{author}}}
+ +#+END_HTML + + + diff -r 053bce43913c -r 3186b6b76cde org/index.org --- a/org/index.org Mon Mar 02 12:14:21 2015 -0500 +++ b/org/index.org Mon Mar 02 09:38:56 2015 -0800 @@ -4,7 +4,7 @@ #+description: A Blog on AI, quantum mechanics, philosophy, and all sorts of coding goodies in clojure, java, C and more! #+keywords: AI, clojure, quantum mechanics #+SETUPFILE: ../../aurellem/org/setup.org -#+INCLUDE: ../../aurellem/org/level-0.org +#+INCLUDE: ../../aurellem/org/header.org #+OPTIONS: toc:nil, num:nil ** Freedom diff -r 053bce43913c -r 3186b6b76cde org/level-0.org --- a/org/level-0.org Mon Mar 02 12:14:21 2015 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,24 +0,0 @@ -#+BEGIN_HTML - -
-
- -
- -

aurellem

- -
- -
Written by {{{author}}}
- -#+END_HTML - - - diff -r 053bce43913c -r 3186b6b76cde org/publish.org --- a/org/publish.org Mon Mar 02 12:14:21 2015 -0500 +++ b/org/publish.org Mon Mar 02 09:38:56 2015 -0800 @@ -6,7 +6,6 @@

{{{title}}}

#+END_HTML - * Aurellem Export Program #+srcname: publish #+begin_src clojure :results silent @@ -128,8 +127,6 @@ (publish-local) (rlm.push/push "-u" "-t" "slice")) - - #+end_src diff -r 053bce43913c -r 3186b6b76cde org/setup.org --- a/org/setup.org Mon Mar 02 12:14:21 2015 -0500 +++ b/org/setup.org Mon Mar 02 09:38:56 2015 -0800 @@ -2,36 +2,4 @@ #+STYLE: #+OPTIONS: H:3 num:t toc:t \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t #+babel: :mkdirp yes :noweb yes - #+OPTIONS: toc:nil - -#+LaTeX_CLASS: memoir -#+LaTeX_CLASS_OPTIONS: [12pt,letterpaper,oneside,openany] -#+LaTeX_HEADER: \firmlists - - - -#+LaTeX_HEADER: \usepackage{times} -#+LaTeX_HEADER: \pagestyle{plain} - -#+LaTeX_HEADER: \maxsecnumdepth{subparagraph} -#+LaTeX_HEADER: \renewcommand{\thesection}{\arabic{section}} -#+LaTeX_HEADER: \renewcommand{\thesubsection}{\arabic{section}.\arabic{subsection}} -#+LaTeX_HEADER: \renewcommand{\thesubsubsection}{\arabic{section}.\arabic{subsection}.\arabic{subsubsection}} - -##+LaTeX_HEADER: \setlength{\droptitle}{0em} - -##+LaTeX_HEADER: \renewcommand{\baselinestretch}{1} -#+LaTeX_HEADER: \preauthor{\begin{center}\normalsize} -#+LaTeX_HEADER: \postauthor{\end{center}} -#+LaTeX_HEADER: \predate{\begin{center}\normalsize} -#+LaTeX_HEADER: \postdate{\end{center}} - -# #+LaTeX_HEADER: \setulmarginsandblock{1in}{1in}{*} -# #+LaTeX_HEADER: \setlrmarginsandblock{1in}{1in}{*} -# #+LaTeX_HEADER: \checkandfixthelayout - - - - -