George Moutsopoulos <[email protected]> writes:

> I try to work with the tangled file in order to be able to use
> python-mode features. Eventually I detangle.
>
> The changes I make in each code block in the tangled source code file
> are many and the code block will change in size. I believe this
> creates a bug because of the following lines in
> org-babel-tangle-jump-to-org
>
>       ;; Try to preserve location of point within the source code in
>       ;; tangled code file.
>        (let ((offset (- mid body-start)))
>          (when (> end (+ offset (point)))
>            (forward-char offset)))

Thanks for reporting!
Would you be interested to fix this bug by providing a patch?

-- 
Ihor Radchenko // yantar92,
Org mode maintainer,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>

Reply via email to