renard / o-blog

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

Lisp error in nil: (void-function format%20) #93

Closed mnsanghvi closed 4 years ago

mnsanghvi commented 10 years ago

I have the following for a Navigation link:

   file:{lisp}(format "%s/%s" (ob:path-to-root) (ob:post-htmlfile (ob:get-last-post "Project Euler"))){/lisp} 

and I get the following error in the HTML page:

Lisp error in nil: (void-function format%20)

Is there a ob:get-first-post function ? Or maybe it can be added to make it easier to get the very first post ?