emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [BUG] org-confirm-babel-evaluate breaks inline src blocks
@ 2013-11-16 20:05 Charles Berry
  2013-11-22 15:29 ` Eric Schulte
  0 siblings, 1 reply; 7+ messages in thread
From: Charles Berry @ 2013-11-16 20:05 UTC (permalink / raw)
  To: emacs-orgmode


Following this thread:

http://thread.gmane.org/gmane.emacs.orgmode/77572/focus=77648

I found that setting org-confirm-babel-evaluate to a lambda form
BREAKS inline src blocks.


Here is an ECM:

# ====

#+BEGIN_SRC emacs-lisp
    (setf org-confirm-babel-evaluate
          (lambda (&rest args)
            (message "info: %S" (org-babel-get-src-block-info 'light))
            nil))
#+END_SRC

#+RESULTS:

 src_R{1+1}

# ====

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

end of thread, other threads:[~2013-11-23 20:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-16 20:05 [BUG] org-confirm-babel-evaluate breaks inline src blocks Charles Berry
2013-11-22 15:29 ` Eric Schulte
2013-11-23  4:50   ` Charles Berry
2013-11-23 16:19     ` Eric Schulte
2013-11-23 18:24       ` Charles Berry
2013-11-23 19:28         ` Eric Schulte
2013-11-23 20:38           ` Charles Berry

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).