|
@@ -58,7 +58,19 @@ We use each library for a purpose:
|
|
#+CAPTION: use-name-as-caption
|
|
#+CAPTION: use-name-as-caption
|
|
*** Output
|
|
*** Output
|
|
*** Determine Type
|
|
*** Determine Type
|
|
-*** Parse header
|
|
|
|
-
|
|
|
|
|
|
+*** Parse subject
|
|
** Main body
|
|
** Main body
|
|
** Final code
|
|
** Final code
|
|
|
|
+#+Name: FinalCode
|
|
|
|
+#+BEGIN_SRC python :tangle email2orgagenda.py :shebang "#!/usr/bin/python"
|
|
|
|
+ # <<CopyrightStatement>>
|
|
|
|
+
|
|
|
|
+ <<Imports>>
|
|
|
|
+
|
|
|
|
+ <<MiscVars>>
|
|
|
|
+
|
|
|
|
+ <<Subroutines>>
|
|
|
|
+
|
|
|
|
+ <<Main>>
|
|
|
|
+#+END_SRC
|
|
|
|
+#+CAPTION: use-name-as-caption
|