Re: Babel results don't respect narrowing

2023-06-11 Thread Ihor Radchenko
[Adding Org ML back to CC] Sebastian Wålinder writes: >> May you elaborate about what kind of library you are referring to? >> Please describe the actual problem you ran into. > I'm using the AI API library `org-assistant` > (https://github.com/tyler-dodge/org-assistant). > The library uses org

Re: Babel results don't respect narrowing

2023-05-04 Thread Ihor Radchenko
Sebastian Wålinder writes: > When org-babel inserts results after evaluating a org-babel block, the > current narrowing isn't respected. > > Org searches outside of the current narrowing to find a result block, then > updates that. Yes, it is on purpose: 2f2a80fe062df5eaacbd5bc3a34a52f6684dce

Babel results don't respect narrowing

2023-05-03 Thread Sebastian Wålinder
Hello! When org-babel inserts results after evaluating a org-babel block, the current narrowing isn't respected. Org searches outside of the current narrowing to find a result block, then updates that. Here's a example to illustrate it: ``` #+CAPTION: 1. Evaluate this to narrow to the elisp bl