From mboxrd@z Thu Jan 1 00:00:00 1970 From: Giacomo M Subject: Improving debugging experience of latex errors on export Date: Wed, 7 Sep 2016 16:18:05 +0200 Message-ID: <91197b2f-f795-8977-2102-3aea6d1be837@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58252) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bhdg3-0003ID-MI for emacs-orgmode@gnu.org; Wed, 07 Sep 2016 10:18:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bhdg0-0007mv-DU for emacs-orgmode@gnu.org; Wed, 07 Sep 2016 10:18:11 -0400 Received: from mail-wm0-x232.google.com ([2a00:1450:400c:c09::232]:35781) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bhdg0-0007mn-6l for emacs-orgmode@gnu.org; Wed, 07 Sep 2016 10:18:08 -0400 Received: by mail-wm0-x232.google.com with SMTP id i204so88844492wma.0 for ; Wed, 07 Sep 2016 07:18:07 -0700 (PDT) Received: from [127.0.0.1] ([212.189.161.135]) by smtp.gmail.com with ESMTPSA id e5sm4534795wma.13.2016.09.07.07.18.05 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 07 Sep 2016 07:18:05 -0700 (PDT) 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" To: "emacs-orgmode@gnu.org" Dear all, I'm using latexmk w/ pdflatex for my org2pdf exports. When I get a "PDF file produced with errors.", then I go to "*Org PDF LaTeX Output*" buffer to try to understand what is happening. If I open the generated .tex w/ the default latex mode, I tex-compile it (C-c C-c) w/ latexmk and then press "C-c `" to see the errors, I have the original tex buffer on the lef with the cursor positioned around the area of error, and a clear(er than before) explanation of the problem in a buffer on the right. I was wondering whether this latex "debugging" setup could be also used during org export, and how, or more generally how I can improve the debugging experience of latex export errors. Thanks a lot, Giacomo