Re: Bug: org-babel-execute:emacs-lisp does not allow changing window configuration from within code block [9.3 (release_9.3 @ /home/yantar92/.emacs.d/straight/build/org/)]

2020-09-07 Thread Ihor Radchenko
> OK, fixed in master as 81d49b5ad now.

I confirm that I cannot reproduce the bug anymore. Thanks!

Best,
Ihor


Bastien  writes:

> Hi Ihor,
>
> sorry for the late reply.
>
> Ihor Radchenko  writes:
>
>> I still can reproduce the bug, following the recipe.
>
> OK, fixed in master as 81d49b5ad now.
>
> Thanks,
>
> -- 
>  Bastien



Re: Bug: org-babel-execute:emacs-lisp does not allow changing window configuration from within code block [9.3 (release_9.3 @ /home/yantar92/.emacs.d/straight/build/org/)]

2020-09-06 Thread Bastien
Hi Ihor,

sorry for the late reply.

Ihor Radchenko  writes:

> I still can reproduce the bug, following the recipe.

OK, fixed in master as 81d49b5ad now.

Thanks,

-- 
 Bastien



Re: Bug: org-babel-execute:emacs-lisp does not allow changing window configuration from within code block [9.3 (release_9.3 @ /home/yantar92/.emacs.d/straight/build/org/)]

2020-04-07 Thread Ihor Radchenko
Hi,

I still can reproduce the bug, following the recipe.

Org mode version 9.3.6 (release_9.3.6-441-gba6855 @ 
/home/yantar92/.emacs.d/straight/build/org/)

Best,
Ihor

Bastien  writes:

> Hi Ihor,
>
> this is fixed in maint now, thanks!
>
> -- 
>  Bastien

-- 
Ihor Radchenko,
PhD,
Center for Advancing Materials Performance from the Nanoscale (CAMP-nano)
State Key Laboratory for Mechanical Behavior of Materials, Xi'an Jiaotong 
University, Xi'an, China
Email: yanta...@gmail.com, ihor_radche...@alumni.sutd.edu.sg



Re: Bug: org-babel-execute:emacs-lisp does not allow changing window configuration from within code block [9.3 (release_9.3 @ /home/yantar92/.emacs.d/straight/build/org/)]

2020-02-05 Thread Bastien
Hi Ihor,

this is fixed in maint now, thanks!

-- 
 Bastien



Bug: org-babel-execute:emacs-lisp does not allow changing window configuration from within code block [9.3 (release_9.3 @ /home/yantar92/.emacs.d/straight/build/org/)]

2019-12-20 Thread 'Ihor Radchenko'



Remember to cover the basics, that is, what you expected to happen and
what in fact did happen.  You don't know how to make a good report?  See

 https://orgmode.org/manual/Feedback.html#Feedback

Your bug report will be posted to the Org mailing list.


Recipe:

1. emacs -Q
2. Create the following org file

#+begin_src emacs-lisp
(split-window-below)
#+end_src

3. Execute the source block

Observed behaviour:

The block returns, but the window is not splitted

Expected behaviour:

The window is splitted

The reason of the observed behaviour is that
org-babel-execute:emacs-lisp wraps the code block evaluation into
save-window-excursion. Thus window manipulation is impossible from
within babel blocks.

The real case scenario when one would need to change window layout from
within babel block is a window setup for a project development.
If certain project requires working with specific window configuration,
this can be defined by adding all the setup into a babel block somewhere
in the project. Then, the layout could be applied just by hitting C-c
C-c on the code block once one need to work on the project. However, it
is not possible with the current org-babel-execute:emacs-lisp
implementation.

Best regards,
Ihor

Emacs  : GNU Emacs 27.0.50 (build 1, x86_64-pc-linux-gnu, X toolkit, cairo 
version 1.16.0)
 of 2019-12-17
Package: Org mode version 9.3 (release_9.3 @ 
/home/yantar92/.emacs.d/straight/build/org/)
-- 
Ihor Radchenko,
PhD,
Center for Advancing Materials Performance from the Nanoscale (CAMP-nano)
State Key Laboratory for Mechanical Behavior of Materials, Xi'an Jiaotong 
University, Xi'an, China
Email: yanta...@gmail.com, ihor_radche...@alumni.sutd.edu.sg