Просмотр исходного кода

Moved classification storage to the end

Samuel W. Flint 9 лет назад
Родитель
Сommit
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>