emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] does :eval no works with org-babel-load-file?


From: Jérémie Juste
Subject: [O] does :eval no works with org-babel-load-file?
Date: Sat, 2 Apr 2016 18:05:12 +0200

Hello,

I use my  an org-mode file as my init.el and use  org-babel-load-file to launch the
the file emacs-init.org.

i was trying to debug the emacs-init.org and wanted to prevent some part from being written to the file emacs-init.el but didn't succeed.

in emacs-init.org

#+begin_src emacs-lisp :eval no
(message "you should not appear")
#+end_src

in emacs-init.el

(message "you should not appear")

Preventing part of the init.el file to be read would be awesome for debugging.
Do you have a way around it?

Best
--
Jeremie Juste

reply via email to

[Prev in Thread] Current Thread [Next in Thread]