9 lines
292 B
Text
9 lines
292 B
Text
|
# NOTE: Needs additional configuration in init.el file.
|
||
|
|
||
|
# Add the orgmode compiler to your COMPILERS dict.
|
||
|
COMPILERS["orgmode"] = ['.org']
|
||
|
|
||
|
# Add org files to your POSTS, PAGES
|
||
|
POSTS = POSTS + (("posts/*.org", "posts", "post.tmpl"),)
|
||
|
PAGES = PAGES + (("pages/*.org", "pages", "page.tmpl"),)
|