Hello,

Sean Allred <c...@seanallred.com> writes:

> Consider the following:
>
>     #+begin_src snippet :tangle ".emacs.d/snippets/org-mode/emacs-lisp"
>     # -*- mode: snippet; require-final-newline: nil -*-
>     # name: emacs-lisp
>     # key: el
>     # binding: direct-keybinding
>     # --
>     ,#+begin_src emacs-lisp
>     $0
>     ,#+end_src
>     test
>     #+end_src
>
> Now, fold the section. You will see
>
>     #+begin_src snippet :tangle ".emacs.d/snippets/org-mode/emacs-lisp"...
>     test
>     #+end_src
>
> My guess is the folding function is going up to the first end_src it
> sees and stopping there, not checking to see whether it is actually an
> active line.

This bug should already be fixed in Org 8.3. However, the fix cannot be
backported to Org 8.2.


Regards,

-- 
Nicolas Goaziou

Reply via email to