[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] org-element-at-point fails in programming-modes
From: |
Nicolas Richard |
Subject: |
Re: [O] org-element-at-point fails in programming-modes |
Date: |
Fri, 22 Aug 2014 15:53:40 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3.92 (gnu/linux) |
Thorsten Jolitz <address@hidden> writes:
> Maybe they switched to the new parser between versions, that parses a
> src-block with :post-blank's, but does not take them into account when
> interpreting?
I tried an experiment : (defun org-mode (&rest _) t) and refresh. The
newlines didn't come back (but fontification obviously disappeared). So
I guess it isn't org-mode's fault.
I would like to blame (mm-uu-dissect) but I didn't look into it. I'll
take the opportunity to test if it'll also eat multiple blank lines (I
think it will) :
#+BEGIN_QUOTE
hallo world
#+END_QUOTE
#+BEGIN_COMMENT
hallo world
#+END_COMMENT
#+BEGIN_EXAMPLE
hallo world
#+END_EXAMPLE
#+BEGIN_SRC emacs-lisp
hallo world
#+END_SRC
(There should be 1, then 2, then 3 blanks lines between the successives
blocks above.)
--
Nico.
- [O] org-element-at-point fails in programming-modes, Thorsten Jolitz, 2014/08/20
- Re: [O] org-element-at-point fails in programming-modes, Thorsten Jolitz, 2014/08/20
- Re: [O] org-element-at-point fails in programming-modes, Nick Dokos, 2014/08/20
- Re: [O] org-element-at-point fails in programming-modes, Sebastien Vauban, 2014/08/20
- Re: [O] org-element-at-point fails in programming-modes, Nick Dokos, 2014/08/20
- Re: [O] org-element-at-point fails in programming-modes, Nick Dokos, 2014/08/22
- Re: [O] org-element-at-point fails in programming-modes, Nicolas Richard, 2014/08/22
- Re: [O] org-element-at-point fails in programming-modes, Nick Dokos, 2014/08/22
- Re: [O] org-element-at-point fails in programming-modes, Thorsten Jolitz, 2014/08/22
- Re: [O] org-element-at-point fails in programming-modes, Nick Dokos, 2014/08/22
- Re: [O] org-element-at-point fails in programming-modes,
Nicolas Richard <=
- Re: [O] org-element-at-point fails in programming-modes, Nicolas Richard, 2014/08/22
- [O] Article Mode eats newlines between src-blocks (was Re: org-element-at-point fails in programming-modes), Thorsten Jolitz, 2014/08/22
- Re: [O] org-element-at-point fails in programming-modes, Nick Dokos, 2014/08/22
- Re: [O] org-element-at-point fails in programming-modes, Rasmus, 2014/08/22
Re: [O] org-element-at-point fails in programming-modes, Nicolas Richard, 2014/08/20
Re: [O] org-element-at-point fails in programming-modes, Rasmus, 2014/08/21
Re: [O] org-element-at-point fails in programming-modes, Nicolas Richard, 2014/08/20