[O] [PATCH] ox-md.el: fixed an issue where exporting markdown ToC would fail if heading numbering is not enabled

2018-04-20 Thread Yue Zhu
When exporting markdown with ToC, if heading numbering is not enabled, it would fail with the attached backtrace. The cause is that the function `org-md--build-toc' in `ox-md.el' does not properly handle this case which effectively results in a function call `(format "%d." nil)'. In my patch, when

[O] Bug: HTML export adds trailing junk characters for each line in source code block [8.0.3 (release_8.0.3-243-g0e3543 @ /Users/yuezhu/.emacs.d/el-get/org-mode/lisp/)]

2013-06-18 Thread Yue Zhu
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list. -