emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Code block evaluation is disabled
@ 2016-01-09 15:29 Damian Bernardini
  2016-01-09 16:31 ` Rasmus
  2016-01-09 17:56 ` Kyle Meyer
  0 siblings, 2 replies; 4+ messages in thread
From: Damian Bernardini @ 2016-01-09 15:29 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 633 bytes --]

Whenever I try to evaluate code I get the following:

Evaluation of this xxxxxxx code-block (xxxxx) is disabled.

Sometime I evaluated these code-blocks, I don't know what has changed since
the last time they worked.
I've tried with sh and ledger codes with the same results.

I've read the manual but I haven't found anything about it.

Org-mode version: 8.3.3
Emacs version: 24.5.1

;; Babel
(org-babel-do-load-languages
 'org-babel-load-languages
 '((R . t)
  (emacs-lisp . t)
  (gnuplot . t)
  (calc . t)
  (ditaa . t)
  (latex . t)
  (org . t)
  (sqlite . t)
  (sh . t)
  (dot . t )
  (sql . t)
  (lisp . t)
  (ledger . t)
  ))

[-- Attachment #2: Type: text/html, Size: 918 bytes --]

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

* Re: Code block evaluation is disabled
  2016-01-09 15:29 Code block evaluation is disabled Damian Bernardini
@ 2016-01-09 16:31 ` Rasmus
  2016-01-09 18:29   ` Damián
  2016-01-09 17:56 ` Kyle Meyer
  1 sibling, 1 reply; 4+ messages in thread
From: Rasmus @ 2016-01-09 16:31 UTC (permalink / raw)
  To: emacs-orgmode

Damian Bernardini <damian.bernardini@gmail.com> writes:

> Whenever I try to evaluate code I get the following:
>
> Evaluation of this xxxxxxx code-block (xxxxx) is disabled.
>
> Sometime I evaluated these code-blocks, I don't know what has changed since
> the last time they worked.
> I've tried with sh and ledger codes with the same results.
>
> I've read the manual but I haven't found anything about it.

See
        http://orgmode.org/manual/eval.html

It sounds like you have some settings estting the default of the :eval
header to "no"/"never" (or setting the noeval header).

I think you should be queried from "emacs -q".  If this is the case, it’s
probably some setting, e.g. in your init.el.

Hope it helps,
Rasmus

-- 
Got mashed potatoes. Ain't got no T-Bone. No T-Bone

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

* Re: Code block evaluation is disabled
  2016-01-09 15:29 Code block evaluation is disabled Damian Bernardini
  2016-01-09 16:31 ` Rasmus
@ 2016-01-09 17:56 ` Kyle Meyer
  1 sibling, 0 replies; 4+ messages in thread
From: Kyle Meyer @ 2016-01-09 17:56 UTC (permalink / raw)
  To: Damian Bernardini; +Cc: emacs-orgmode

Damian Bernardini <damian.bernardini@gmail.com> writes:

> Whenever I try to evaluate code I get the following:
>
> Evaluation of this xxxxxxx code-block (xxxxx) is disabled.

[...]

> Org-mode version: 8.3.3
> Emacs version: 24.5.1
>
> ;; Babel
> (org-babel-do-load-languages
>  'org-babel-load-languages
>  '((R . t)
>   (emacs-lisp . t)
>   (gnuplot . t)
>   (calc . t)
>   (ditaa . t)
>   (latex . t)
>   (org . t)
>   (sqlite . t)
>   (sh . t)

I don't think this is relevant for your question, but note that 'sh'
should instead be 'shell'.

See http://thread.gmane.org/gmane.emacs.orgmode/102877/focus=102882.

--
Kyle

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

* Re: Code block evaluation is disabled
  2016-01-09 16:31 ` Rasmus
@ 2016-01-09 18:29   ` Damián
  0 siblings, 0 replies; 4+ messages in thread
From: Damián @ 2016-01-09 18:29 UTC (permalink / raw)
  To: emacs-orgmode

Rasmus <rasmus <at> gmx.us> writes:

> See
>         http://orgmode.org/manual/eval.html
> 
> It sounds like you have some settings estting the default of the :eval
> header to "no"/"never" (or setting the noeval header).
> 
> I think you should be queried from "emacs -q".  If this is the case, it’s
> probably some setting, e.g. in your init.el.
> 
> Hope it helps,
> Rasmus
> 

Rasmus.
I don´t have any eval header setting.
I'll keep searching, thanks for your time.

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

end of thread, other threads:[~2016-01-09 18:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-09 15:29 Code block evaluation is disabled Damian Bernardini
2016-01-09 16:31 ` Rasmus
2016-01-09 18:29   ` Damián
2016-01-09 17:56 ` Kyle Meyer

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