From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mohamed Subject: org-babel and compilation log Date: Fri, 10 May 2013 15:55:13 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:49251) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UapfX-0002yG-9F for emacs-orgmode@gnu.org; Fri, 10 May 2013 11:55:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UapfS-0001Gt-Q4 for emacs-orgmode@gnu.org; Fri, 10 May 2013 11:55:39 -0400 Received: from plane.gmane.org ([80.91.229.3]:45688) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UapfS-0001Gm-Jo for emacs-orgmode@gnu.org; Fri, 10 May 2013 11:55:34 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UapfN-0002cX-Jk for emacs-orgmode@gnu.org; Fri, 10 May 2013 17:55:29 +0200 Received: from cor91-2-82-237-100-244.fbx.proxad.net ([82.237.100.244]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 10 May 2013 17:55:29 +0200 Received: from mohamed.hibti by cor91-2-82-237-100-244.fbx.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 10 May 2013 17:55:29 +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: emacs-orgmode@gnu.org Dear all, I'm managing my dotEmacs in an org file which is tangled and byte-compiled using a small function ------------------------------ (defun mh-generate-dot-and-byte-comp () (interactive) "Tangle current buffer and generate the dot emacs which is byte compiled" (with-current-buffer "dotEmacs.org" (org-babel-tangle)) (byte-compile-file "~/.emacs.el")) -------------------------------- I'm asking is there any way to switch, in case of error or warning, from the Compilation Log file to the original org-mode file (dotEmacs.org) instead of .emacs.el. Thanks, Mohamed