emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [babel] buffer corruption if results block at end of entry
@ 2014-02-06  8:01 Samuel Wales
  2014-02-06 21:30 ` Eric Schulte
  0 siblings, 1 reply; 2+ messages in thread
From: Samuel Wales @ 2014-02-06  8:01 UTC (permalink / raw)
  To: emacs-orgmode

===
***** asdf
#+BEGIN_SRC org :results verbatim output :noweb yes :noweb-ref whatever2
      a
#+END_SRC

#+BEGIN_SRC sh :results output :noweb yes
      echo <<whatever2>>
#+END_SRC

#+RESULTS:
#+begin_example
a
#+end_example
***** next headline
===

results in this:

===
***** asdf
#+BEGIN_SRC org :results verbatim output :noweb yes :noweb-ref whatever2
      a
#+END_SRC

#+BEGIN_SRC sh :results output :noweb yes
      echo <<whatever2>>
#+END_SRC

#+RESULTS:
=a
=***** next headline
===

-- 
The Kafka Pandemic: http://thekafkapandemic.blogspot.com

The disease DOES progress.  MANY people have died from it.  ANYBODY can get it.

Denmark: free Karina Hansen NOW.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [babel] buffer corruption if results block at end of entry
  2014-02-06  8:01 [babel] buffer corruption if results block at end of entry Samuel Wales
@ 2014-02-06 21:30 ` Eric Schulte
  0 siblings, 0 replies; 2+ messages in thread
From: Eric Schulte @ 2014-02-06 21:30 UTC (permalink / raw)
  To: Samuel Wales; +Cc: emacs-orgmode

I just pushed up a fix.  Thanks for reporting.

Samuel Wales <samologist@gmail.com> writes:

> ===
> ***** asdf
> #+BEGIN_SRC org :results verbatim output :noweb yes :noweb-ref whatever2
>       a
> #+END_SRC
> #+BEGIN_SRC sh :results output :noweb yes
>       echo <<whatever2>>
> #+END_SRC
>
> #+RESULTS:
> #+begin_example
> a
> #+end_example
> ***** next headline
> ===
>
> results in this:
>
> ===
> ***** asdf
> #+BEGIN_SRC org :results verbatim output :noweb yes :noweb-ref whatever2
>       a
> #+END_SRC
> #+BEGIN_SRC sh :results output :noweb yes
>       echo <<whatever2>>
> #+END_SRC
>
> #+RESULTS:
> =a
> =***** next headline
> ===

-- 
Eric Schulte
https://cs.unm.edu/~eschulte
PGP: 0x614CA05D

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-02-06 21:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-06  8:01 [babel] buffer corruption if results block at end of entry Samuel Wales
2014-02-06 21:30 ` Eric Schulte

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).