Hi Bastien,
On Fri, Jun 1, 2012 at 9:01 PM, Bastien wrote:
> Hi Liang,
>
> Liang Wang writes:
>
>> #+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
Hi Liang,
Liang Wang writes:
> #+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
Why not this
#+BEGIN_SRC emacs-lisp
(ev
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-snip