Browse Source

Don't export some stuff

Samuel W. Flint 7 years ago
parent
commit
36c535ad95
1 changed files with 10 additions and 10 deletions
  1. 10 10
      lisp-cas.org

+ 10 - 10
lisp-cas.org

@@ -54,14 +54,14 @@ This is my Computer Algebra System, and it contains the following components:
  - [[id:f153a0fe-ec04-47b1-bdc5-290cc62bc985][Common Functionality]]
  - [[id:c6921b1e-d269-4243-acff-5a77685c331e][Expression Typing]]
  - [[id:b2c1fd45-b631-48f9-a093-66e1a0faa77f][Algebraic Manipulation]]
- - [[id:ffa664b6-e147-471c-9e97-f49c4619fc99][Symbolic Solver]]
- - [[id:b0259b8c-e285-48ca-bda0-4f04e3bc6ef2][Symbolic Trigonometry]]
+# - [[id:ffa664b6-e147-471c-9e97-f49c4619fc99][Symbolic Solver]]
+# - [[id:b0259b8c-e285-48ca-bda0-4f04e3bc6ef2][Symbolic Trigonometry]]
  - [[id:552f402a-a25d-4f28-94af-17934c38a529][Symbolic Differentiation]]
- - [[id:61add971-a129-40d0-be13-24f8a4afc522][Symbolic Integration]]
+# - [[id:61add971-a129-40d0-be13-24f8a4afc522][Symbolic Integration]]
  - [[id:75f65e8a-0cc9-477f-b5e9-3c563fe7ef5c][Symbolic To Typeset Form]]
  - [[id:89370949-8f58-41cf-8c4f-92f81d48ac23][Library Assembly]]
- - [[id:65c8092c-1f7a-44e1-93d5-8d39e179f447][Text User Interface]]
- - [[id:b70027f8-a665-4282-ab4b-3d0ce6bd8d17][Graphical User Interface]]
+# - [[id:65c8092c-1f7a-44e1-93d5-8d39e179f447][Text User Interface]]
+# - [[id:b70027f8-a665-4282-ab4b-3d0ce6bd8d17][Graphical User Interface]]
 
 * DONE What's in a name?                                              :nonum:
 CLOSED: [2016-06-09 Thu 12:48]
@@ -1404,7 +1404,7 @@ This is the assembly of the ~#:larcs.manipulate~ package.  It includes, in corre
   <<am-expression-manipulation>>
 #+END_SRC
 
-* WORKING Symbolic Solver [0/3]
+* WORKING Symbolic Solver [0/3]                                    :noexport:
 :PROPERTIES:
 :CREATED:  <2016-06-11 Sat 17:55>
 :ID:       ffa664b6-e147-471c-9e97-f49c4619fc99
@@ -1425,7 +1425,7 @@ This is the assembly of the ~#:larcs.manipulate~ package.  It includes, in corre
 :CREATED:  <2016-06-11 Sat 17:56>
 :END:
 
-* WORKING Symbolic Trigonometry [0/2]
+* WORKING Symbolic Trigonometry [0/2]                              :noexport:
 :PROPERTIES:
 :CREATED:  <2016-06-11 Sat 17:58>
 :ID:       b0259b8c-e285-48ca-bda0-4f04e3bc6ef2
@@ -1728,7 +1728,7 @@ This is the assembly of the ~#:larcs.manipulate~ package.  It includes, in corre
   <<sd-derivative-driver>>
 #+END_SRC
 
-* WORKING Symbolic Integration [0/3]
+* WORKING Symbolic Integration [0/3]                               :noexport:
 :PROPERTIES:
 :CREATED:  <2016-06-11 Sat 18:02>
 :ID:       61add971-a129-40d0-be13-24f8a4afc522
@@ -2345,7 +2345,7 @@ The final assembly of this portion of the system is as simple as the rest, resol
                  (:file "larcs-typeset")))
 #+END_SRC
 
-* WORKING Text User Interface [0/2]
+* WORKING Text User Interface [0/2]                                :noexport:
 :PROPERTIES:
 :CREATED:  <2016-06-11 Sat 22:31>
 :ID:       65c8092c-1f7a-44e1-93d5-8d39e179f447
@@ -2369,7 +2369,7 @@ The final assembly of this portion of the system is as simple as the rest, resol
 :CREATED:  <2016-06-13 Mon 14:51>
 :END:
 
-* WORKING Graphical User Interface [0/3]
+* WORKING Graphical User Interface [0/3]                           :noexport:
 :PROPERTIES:
 :CREATED:  <2016-06-13 Mon 14:51>
 :ID:       b70027f8-a665-4282-ab4b-3d0ce6bd8d17