Hello,

"Stefan-W. Hahn" <stefan.h...@s-hahn.de> writes:

> Hello,
>
> when exporting buffers containing nothing or just empty lines, like:
>
> #+BEGIN_SRC emacs-lisp
> (with-temp-buffer
>   (org-mode)
>   (insert "")
>   (org-export-to-buffer 'html "*Formatted Copy*" nil nil t t))
> #+END_SRC
>
>
> then org-export-to-buffer throws an error:
>
> #+BEGIN_QUOTE
> Debugger entered--Lisp error: (wrong-type-argument char-or-string-p nil)

Fixed. Thank you.

Regards,

-- 
Nicolas Goaziou

Reply via email to