소스 검색

Made recursive

Samuel W. Flint 8 년 전
부모
커밋
846a73bb1d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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)