emacs-orgmode
[Top][All Lists]
Advanced

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

[O] [BUG] [babel] result wrapping with indented source blocks


From: Andreas Leha
Subject: [O] [BUG] [babel] result wrapping with indented source blocks
Date: Tue, 27 Mar 2012 13:18:38 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.94 (gnu/linux)

Hi all,

there seems to be another bug related to indented babel source
blocks when the results are wrapped.

Here is an example.  Try to evaluate this block twice.  (Keeping the
indentation)

,----
|   #+begin_src sh :results file wrap
|     echo "test.txt"
|   #+end_src
| 
|   #+results:
|   :RESULTS:
|   [[file:test.txt]]
| :END:
`----

The second evaluation fails with the error
#+begin_quote
progn: Search failed: #("^  :END:" 1 3 (face org-special-keyword fontified t))
#+end_quote

Regards,
Andreas




reply via email to

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