* does :eval no works with org-babel-load-file?
@ 2016-04-02 16:05 Jérémie Juste
0 siblings, 0 replies; only message in thread
From: Jérémie Juste @ 2016-04-02 16:05 UTC (permalink / raw)
To: emacs-org list
[-- Attachment #1: Type: text/plain, Size: 538 bytes --]
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
[-- Attachment #2: Type: text/html, Size: 1105 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2016-04-02 16:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-02 16:05 does :eval no works with org-babel-load-file? Jérémie Juste
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).