Browse Source

Updated some stuff for export for the GUI

Samuel W. Flint 7 years ago
parent
commit
797f60091e
1 changed files with 10 additions and 10 deletions
  1. 10 10
      larcs-gui.org

+ 10 - 10
larcs-gui.org

@@ -2,7 +2,7 @@
 #+Subtitle: Graphical Interaction with the LARCS system
 #+AUTHOR: Samuel W. Flint
 #+EMAIL: swflint@flintfam.org
-#+DATE: <2016-08-20 Sat 13:52>
+#+DATE: \today
 #+INFOJS_OPT: view:info toc:nil path:http://flintfam.org/org-info.js
 #+OPTIONS: toc:nil H:5 ':t *:t todo:nil stat:nil d:nil
 #+PROPERTY: header-args :noweb tangle :comments noweb
@@ -21,12 +21,12 @@
 #+Caption: Export Document
 #+Name: export-document
 #+BEGIN_SRC emacs-lisp :exports none :results none
-(save-buffer)
-(let ((org-confirm-babel-evaluate
-(lambda (lang body)
-(declare (ignorable lang body))
-nil)))
-(org-latex-export-to-pdf))
+  (save-buffer)
+  (let ((org-confirm-babel-evaluate
+         (lambda (lang body)
+           (declare (ignorable lang body))
+           nil)))
+    (org-latex-export-to-pdf))
 #+END_SRC
 
 * Tangle                                                           :noexport:
@@ -37,9 +37,9 @@ nil)))
 #+Caption: Tangle Document
 #+Name: tangle-document
 #+BEGIN_SRC emacs-lisp :exports none :results none
-(save-buffer)
-(let ((python-indent-offset 4))
-(org-babel-tangle))
+  (save-buffer)
+  (let ((python-indent-offset 4))
+    (org-babel-tangle))
 #+END_SRC
 
 * TODO Introduction