瀏覽代碼

Moved classification storage to the end

Samuel W. Flint 9 年之前
父節點
當前提交
04e06ab518
共有 1 個文件被更改,包括 12 次插入12 次删除
  1. 12 12
      manipulation.org

+ 12 - 12
manipulation.org

@@ -73,18 +73,6 @@ This includes a form of storage, the classification definition macro, a way to c
   <<possible-classifications>>
 #+END_SRC
 
-** WORKING Classification Storage
-:PROPERTIES:
-:CREATED:  <2016-05-02 Mon 13:55>
-:ID:       ff35cd33-3c10-4a45-a2c5-32bc3fdc1acc
-:END:
-
-#+Caption: Classification Storage
-#+Name: classification-storage
-#+BEGIN_SRC lisp
-  (defvar *classifications* '())
-#+END_SRC
-
 ** WORKING Define Classification
 :PROPERTIES:
 :CREATED:  <2016-05-02 Mon 13:56>
@@ -379,6 +367,18 @@ This includes a form of storage, the classification definition macro, a way to c
       (eq 'cot (first expression))))
 #+END_SRC
 
+** WORKING Classification Storage
+:PROPERTIES:
+:CREATED:  <2016-05-02 Mon 13:55>
+:ID:       ff35cd33-3c10-4a45-a2c5-32bc3fdc1acc
+:END:
+
+#+Caption: Classification Storage
+#+Name: classification-storage
+#+BEGIN_SRC lisp
+  (defvar *classifications* '())
+#+END_SRC
+
 * WORKING Term Collector
 :PROPERTIES:
 :CREATED:  <2016-04-30 Sat 22:59>