Re: [O] Code block evaluation is disabled

2016-01-09 Thread Damián
Rasmus  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.


Re: [O] Code block evaluation is disabled

2016-01-09 Thread Kyle Meyer
Damian Bernardini  writes:

> Whenever I try to evaluate code I get the following:
>
> Evaluation of this xxx code-block (x) 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



Re: [O] Code block evaluation is disabled

2016-01-09 Thread Rasmus
Damian Bernardini  writes:

> Whenever I try to evaluate code I get the following:
>
> Evaluation of this xxx code-block (x) 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




[O] Code block evaluation is disabled

2016-01-09 Thread Damian Bernardini
Whenever I try to evaluate code I get the following:

Evaluation of this xxx code-block (x) 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)
  ))