all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* org-babel and compilation log
@ 2013-05-10 15:55 Mohamed
  2013-05-10 16:05 ` Eric Schulte
  0 siblings, 1 reply; 4+ messages in thread
From: Mohamed @ 2013-05-10 15:55 UTC (permalink / raw)
  To: emacs-orgmode

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 

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-05-10 17:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-10 15:55 org-babel and compilation log Mohamed
2013-05-10 16:05 ` Eric Schulte
2013-05-10 16:33   ` Mohamed
2013-05-10 17:11     ` Eric Schulte

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.