all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Jérémie Juste" <jeremiejuste@gmail.com>
To: emacs-org list <emacs-orgmode@gnu.org>
Subject: does :eval no works with org-babel-load-file?
Date: Sat, 2 Apr 2016 18:05:12 +0200	[thread overview]
Message-ID: <CAPHJcdAF2JP3pxGZ+K-v7NrmmqJEooKiCuD=16sqbmQanNQsAQ@mail.gmail.com> (raw)

[-- 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 --]

                 reply	other threads:[~2016-04-02 16:05 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAPHJcdAF2JP3pxGZ+K-v7NrmmqJEooKiCuD=16sqbmQanNQsAQ@mail.gmail.com' \
    --to=jeremiejuste@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.