Browse Source

Made recursive

Samuel W. Flint 6 years ago
parent
commit
846a73bb1d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      org-publish-project.el

+ 1 - 0
org-publish-project.el

@@ -13,6 +13,7 @@
 
 (define-org-publish-project "comm286-attach"
   :base-directory "~/School/comm286/"
+  :recursive t
   :publishing-directory *comm286-publish-directory*
   :base-extension (rx (or "docx" "pdf"))
   :publishing-function 'org-publish-attachment)