tumashu / org2web

A static site generator based on org-mode
http://tumashu.github.io/org2web
89 stars 10 forks source link

Fix missing variable declaration #4

Closed syohex closed 9 years ago

syohex commented 9 years ago

I got following byte-compile warnings

In owp/get-org-file-options:
owp-export.el:114:11:Warning: assignment to free variable `authors'
owp-export.el:117:61:Warning: reference to free variable `authors'
tumashu commented 9 years ago

Thanks!