From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: org-html-do-format-code: End of buffer Date: Thu, 20 Mar 2014 00:34:28 +0100 Message-ID: <87ob11n4or.fsf@bzg.ath.cx> References: <87vbva2ifd.fsf@gmail.com> <87vbv9okg3.fsf@bzg.ath.cx> <87eh1x3h6n.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41082) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQQ1J-0005uX-Ty for emacs-orgmode@gnu.org; Wed, 19 Mar 2014 19:35:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WQQ1D-0005fh-C0 for emacs-orgmode@gnu.org; Wed, 19 Mar 2014 19:35:37 -0400 Received: from rs249.mailgun.us ([209.61.151.249]:32911) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQQ1D-0005fX-2u for emacs-orgmode@gnu.org; Wed, 19 Mar 2014 19:35:31 -0400 In-Reply-To: <87eh1x3h6n.fsf@gmail.com> (Andrey Tykhonov's message of "Thu, 20 Mar 2014 01:24:48 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Andrey Tykhonov Cc: emacs-orgmode@gnu.org Hi Andrey, Andrey Tykhonov writes: > I've tried to reproduce with (toggle-debug-on-error) and now (setq > debug-on-error t) but buffer with the backtrace doesn't appear. Maybe you need to try from a fresh Emacs session: in this case, just add (setq debug-on-error t) in your .emacs.el. > I can see > just the same messages in the *Messages* buffer that's all. Another way to explore this: M-x find-function RET org-html-do-format-code RET M-x edebug-defun RET Then try to export: the evaluation will stop at the beginning of this function. You need to type `n' to let the evaluation continue step by step, and perhaps you will hit the point where you can make sense of this "End of buffer" error. Good luck! -- Bastien