To report a bug please be sure your issue is o-blog
related.
You can bootstrap a simple clean environment:
rm -rf ~/dev/.emacs.d mkdir -p ~/dev/.emacs.d cd ~/dev/.emacs.d git clone git://github.com/renard/o-blog.git git clone git://orgmode.org/org-mode.git
Then launch emacs
:
cd ~/dev rm -rf .emacs.d/o-blog/example/out emacs --debug-init -Q -l .emacs.d/o-blog/sample-init.el --eval \ '(progn (setq browse-url-generic-program "x-www-browser" browse-url-browser-function (quote browse-url-generic)) (ob-build-sample))'
You can change x-www-browser
to your favorite browser.
If everything runs fine emacs will exit normally. Otherwise a buffer
called o-blog Bug-report
is created and its content is copied to
primary X selection (if available). This buffer contains useful
information for debugging your issue. A browser window will open to
the o-blog new issue page. Then you can either paste content of the
o-blog Bug-report
buffer, or use the X primary selection (middle
click).
Please describe as much as possible your issue (in English). Do not hesitate to paste your blog file to https://gist.github.com/ as this might be useful in debugging.