Hi, When I publish an article with code block as following, the last line disappeared. From manual, the comma before # is the way to quote #. But it seems that it doesn't work. Is it a bug? I use 7.8.11 release tarball.
#+BEGIN_SRC emacs-lisp
(eval-after-load 'yasnippet
'(yas/define-snippets
'org-mode
'(("elisp" "#+BEGIN_SRC emacs-lisp
$0
,#+END_SRC" "#+BEGIN_SRC emacs-lisp ... #+END_SRC"))))
#+END_SRC
Thanks,
Liang.
