[ESS] problem with visible (again)

Andreas Leha andreas.leha at med.uni-goettingen.de
Mon Jun 17 23:06:16 CEST 2013


Hi Charles,


Charles Berry <ccberry at ucsd.edu> writes:

> Vitalie Spinu <spinuvit <at> gmail.com> writes:
>
>> 
>> I think org uses different evaluation mechanisms for these two cases. I
>> will investigate.
>> 
>>    Vitalie
>
>
> Using Org-mode version 8.0.3 (release_8.0.3-241-g7346db ...) I get identical
> results from both src blocks.
>
> HTH,
>
> Chuck

Thanks for that.

Here is my relevant setup:
- GNU Emacs 24.3.50.1 (x86_64-pc-linux-gnu, GTK+ Version 3.8.2) of
  2013-06-11 on dex, modified by Debian
- Org-mode version 8.0.3 (release_8.0.3-243-g0e3543 ...)
- ess-version : 13.05-1 [<unknown>]


I just tried a minimal setup:
> emacs -Q -l .emacs.minimal.ess.org
where
,----[ .emacs.minimal.ess.org ]
| (add-to-list 'load-path
|                   "~/local/emacs/org-mode-install/lisp")
| (add-to-list 'auto-mode-alist '("\\.org$" . org-mode))
| 
| (add-to-list 'load-path "~/local/emacs/ess/lisp")
| (require 'ess-site)
| 
| (setq org-babel-load-languages '((emacs-lisp . t)
| 				 (R . t)))
`----


I still see the problem.

Regards,
Andreas



More information about the ESS-help mailing list