#+BEGIN_SRC python
# 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 + (("stories/*.org", "stories", "story.tmpl"),)
#+END_SRC
And, when I change the source code block type (like to c) it builds.
But, when I try to make a new blank post with only that code block, that new post builds!
Some help would be most appreciated, especially since I'm trying to make a post about using this plugin! :)
Edit: Fixed the formatting
Here is the error I get:
Now here is my .org file in question: https://pastebin.com/HwBy3PUy
Whenever I delete this code block it builds:
And, when I change the source code block type (like to c) it builds.
But, when I try to make a new blank post with only that code block, that new post builds! Some help would be most appreciated, especially since I'm trying to make a post about using this plugin! :) Edit: Fixed the formatting