renard / o-blog

Standalone orgmode blog exporter. DEPECATED, NOT MAINTAINED
http://renard.github.com/o-blog-v2
260 stars 58 forks source link

Path to templates does not work. Editing templates has no effect. sample.org renders differently than in site #92

Closed iani closed 4 years ago

iani commented 10 years ago

Hello,

In the sample.org example file, the TEMPLATE_DIR setting is like this:

-TEMPLATE_DIR: templates

instead of like this:

+TEMPLATE_DIR: templates

When I edit a template such as blog_static_no_title.html this has no effect. If I change the setting for template dir to

+TEMPLATE_DIR: templates

then I get error: progn: Opening input file: No such file or directory, /../o-blog/example/templates/blog_static_no_title.html

FIX: The path to the templates should be specified like this:

     #+TEMPLATE_DIR: ../templates

Now the example compiles correctly. Previously The white margins are missing from left and top between left end of screen and top menus. The breadcrumb header is hidden (see screenshot attached).

Please correct the TEMPLATE_DIR path in the repo.

This is great work, and I would dearly like to use o-blog for publishing my material. Keep it up.

Best, Iannis Zannos

screenshot