Re: [O] Error exporting empty results block

2012-12-29 Thread Bastien
Hi Michael, Michael Gauland writes: > org-escape-code-in-region produces an 'Invalid search bound (wrong side > of point)' error when exporting a block that produces an empty wrapped > block. For example: > > #+BEGIN_SRC emacs-lisp :wrap fundamental :exports both > (setq x nil) > #+END_SRC

[O] Error exporting empty results block

2012-12-24 Thread Michael Gauland
org-escape-code-in-region produces an 'Invalid search bound (wrong side of point)' error when exporting a block that produces an empty wrapped block. For example: #+BEGIN_SRC emacs-lisp :wrap fundamental :exports both (setq x nil) #+END_SRC I'm exporting an empty block because I want the si