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