Mercurial > aurellem
changeset 60:3186b6b76cde
deal with some cruft.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Mon, 02 Mar 2015 09:38:56 -0800 |
parents | 053bce43913c |
children | bbe8fed58d3f |
files | org/export.org org/header.org org/index.org org/level-0.org org/publish.org org/setup.org |
diffstat | 6 files changed, 25 insertions(+), 77 deletions(-) [+] |
line wrap: on
line diff
1.1 --- a/org/export.org Mon Mar 02 12:14:21 2015 -0500 1.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 1.3 @@ -1,17 +0,0 @@ 1.4 -#+BABEL: :exports both :results verbatim :noweb yes :cache no :mkdirp yes 1.5 - 1.6 -#+srcname: export 1.7 -#+begin_src clojure :results silent 1.8 -(ns export.export) 1.9 - 1.10 - 1.11 -#+end_src 1.12 - 1.13 - 1.14 - 1.15 - 1.16 -#+begin_src clojure :tangle ../src/export/export.clj 1.17 -<<export>> 1.18 -#+end_src 1.19 - 1.20 -
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/org/header.org Mon Mar 02 09:38:56 2015 -0800 2.3 @@ -0,0 +1,24 @@ 2.4 +#+BEGIN_HTML 2.5 + 2.6 +<div class="header"> 2.7 + <div class="float-right"> 2.8 + <!-- 2.9 + <form> 2.10 + <input type="text"/><input type="submit" value="search the blog »"/> 2.11 + </form> 2.12 + --> 2.13 + </div> 2.14 + 2.15 + <h1>aurellem <em>☉</em></h1> 2.16 + <ul class="nav"> 2.17 + <li><a href="/">read the blog »</a></li> 2.18 + <!-- li><a href="#">learn about us »</a></li--> 2.19 + </ul> 2.20 +</div> 2.21 + 2.22 +<div class="author">Written by <author>{{{author}}}</author></div> 2.23 + 2.24 +#+END_HTML 2.25 + 2.26 + 2.27 +
3.1 --- a/org/index.org Mon Mar 02 12:14:21 2015 -0500 3.2 +++ b/org/index.org Mon Mar 02 09:38:56 2015 -0800 3.3 @@ -4,7 +4,7 @@ 3.4 #+description: A Blog on AI, quantum mechanics, philosophy, and all sorts of coding goodies in clojure, java, C and more! 3.5 #+keywords: AI, clojure, quantum mechanics 3.6 #+SETUPFILE: ../../aurellem/org/setup.org 3.7 -#+INCLUDE: ../../aurellem/org/level-0.org 3.8 +#+INCLUDE: ../../aurellem/org/header.org 3.9 #+OPTIONS: toc:nil, num:nil 3.10 3.11 ** Freedom
4.1 --- a/org/level-0.org Mon Mar 02 12:14:21 2015 -0500 4.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 4.3 @@ -1,24 +0,0 @@ 4.4 -#+BEGIN_HTML 4.5 - 4.6 -<div class="header"> 4.7 - <div class="float-right"> 4.8 - <!-- 4.9 - <form> 4.10 - <input type="text"/><input type="submit" value="search the blog »"/> 4.11 - </form> 4.12 - --> 4.13 - </div> 4.14 - 4.15 - <h1>aurellem <em>☉</em></h1> 4.16 - <ul class="nav"> 4.17 - <li><a href="/">read the blog »</a></li> 4.18 - <!-- li><a href="#">learn about us »</a></li--> 4.19 - </ul> 4.20 -</div> 4.21 - 4.22 -<div class="author">Written by <author>{{{author}}}</author></div> 4.23 - 4.24 -#+END_HTML 4.25 - 4.26 - 4.27 -
5.1 --- a/org/publish.org Mon Mar 02 12:14:21 2015 -0500 5.2 +++ b/org/publish.org Mon Mar 02 09:38:56 2015 -0800 5.3 @@ -6,7 +6,6 @@ 5.4 <h1>{{{title}}}</h1> 5.5 #+END_HTML 5.6 5.7 - 5.8 * Aurellem Export Program 5.9 #+srcname: publish 5.10 #+begin_src clojure :results silent 5.11 @@ -128,8 +127,6 @@ 5.12 (publish-local) 5.13 (rlm.push/push "-u" "-t" "slice")) 5.14 5.15 - 5.16 - 5.17 #+end_src 5.18 5.19
6.1 --- a/org/setup.org Mon Mar 02 12:14:21 2015 -0500 6.2 +++ b/org/setup.org Mon Mar 02 09:38:56 2015 -0800 6.3 @@ -2,36 +2,4 @@ 6.4 #+STYLE:<link rel="stylesheet" type="text/css" href="../../aurellem/css/argentum.css" /> 6.5 #+OPTIONS: H:3 num:t toc:t \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t 6.6 #+babel: :mkdirp yes :noweb yes 6.7 - 6.8 #+OPTIONS: toc:nil 6.9 - 6.10 -#+LaTeX_CLASS: memoir 6.11 -#+LaTeX_CLASS_OPTIONS: [12pt,letterpaper,oneside,openany] 6.12 -#+LaTeX_HEADER: \firmlists 6.13 - 6.14 - 6.15 - 6.16 -#+LaTeX_HEADER: \usepackage{times} 6.17 -#+LaTeX_HEADER: \pagestyle{plain} 6.18 - 6.19 -#+LaTeX_HEADER: \maxsecnumdepth{subparagraph} 6.20 -#+LaTeX_HEADER: \renewcommand{\thesection}{\arabic{section}} 6.21 -#+LaTeX_HEADER: \renewcommand{\thesubsection}{\arabic{section}.\arabic{subsection}} 6.22 -#+LaTeX_HEADER: \renewcommand{\thesubsubsection}{\arabic{section}.\arabic{subsection}.\arabic{subsubsection}} 6.23 - 6.24 -##+LaTeX_HEADER: \setlength{\droptitle}{0em} 6.25 - 6.26 -##+LaTeX_HEADER: \renewcommand{\baselinestretch}{1} 6.27 -#+LaTeX_HEADER: \preauthor{\begin{center}\normalsize} 6.28 -#+LaTeX_HEADER: \postauthor{\end{center}} 6.29 -#+LaTeX_HEADER: \predate{\begin{center}\normalsize} 6.30 -#+LaTeX_HEADER: \postdate{\end{center}} 6.31 - 6.32 -# #+LaTeX_HEADER: \setulmarginsandblock{1in}{1in}{*} 6.33 -# #+LaTeX_HEADER: \setlrmarginsandblock{1in}{1in}{*} 6.34 -# #+LaTeX_HEADER: \checkandfixthelayout 6.35 - 6.36 - 6.37 - 6.38 - 6.39 -