emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] a line in BEGIN_SRC/END_SRC block disappeared w hen publishing


From: Liang Wang
Subject: [O] a line in BEGIN_SRC/END_SRC block disappeared w hen publishing
Date: Thu, 31 May 2012 01:16:19 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]