comparison org/publish.org @ 60:3186b6b76cde

deal with some cruft.
author Robert McIntyre <rlm@mit.edu>
date Mon, 02 Mar 2015 09:38:56 -0800
parents 12573db75437
children
comparison
equal deleted inserted replaced
59:053bce43913c 60:3186b6b76cde
3 #+MATHJAX: align:"left" mathml:t path:"../MathJax/MathJax.js" 3 #+MATHJAX: align:"left" mathml:t path:"../MathJax/MathJax.js"
4 #+STYLE: <link rel="stylesheet" type="text/css" href="../css/aurellem.css" /> 4 #+STYLE: <link rel="stylesheet" type="text/css" href="../css/aurellem.css" />
5 #+BEGIN_HTML 5 #+BEGIN_HTML
6 <h1>{{{title}}}</h1> 6 <h1>{{{title}}}</h1>
7 #+END_HTML 7 #+END_HTML
8
9 8
10 * Aurellem Export Program 9 * Aurellem Export Program
11 #+srcname: publish 10 #+srcname: publish
12 #+begin_src clojure :results silent 11 #+begin_src clojure :results silent
13 (ns aurellem.publish 12 (ns aurellem.publish
126 125
127 (defn publish-web [] 126 (defn publish-web []
128 (publish-local) 127 (publish-local)
129 (rlm.push/push "-u" "-t" "slice")) 128 (rlm.push/push "-u" "-t" "slice"))
130 129
131
132
133 #+end_src 130 #+end_src
134 131
135 132
136 133
137 #+begin_src clojure :results silent :tangle publish.clj :noweb yes :exports none 134 #+begin_src clojure :results silent :tangle publish.clj :noweb yes :exports none