Re: [BUG] org-indent-mode breaks indentation in source blocks

2023-07-07 Thread Ihor Radchenko
Ihor Radchenko writes: > Looks similar to what we are trying to solve in > https://list.orgmode.org/orgmode/ZIZLzousCaylbUz1@ws/ > > I will take a closer look after installing the patch we are discussing there. It looks like the linked fix also fixed this bug: 1. cd /path/to/latest/Org/git/repo

Re: [BUG] org-indent-mode breaks indentation in source blocks

2023-07-06 Thread Ihor Radchenko
Vladyslav Zapolskyi writes: > For example(written as it looks): > (abababa abab :abab abab > "abab") > #+end_src > * aba > ... > When copying and pasting the indent is right for every level of indent, > not only first and 4th(i am guessing every 4th?) Looks similar to what we are trying to

[BUG] org-indent-mode breaks indentation in source blocks

2023-07-05 Thread Vladyslav Zapolskyi
For example(written as it looks): (abababa abab :abab abab "abab") #+end_src * aba #+begin_src emacs-lisp (abababa abab :abab abab "abab") #+end_src * ababa #+begin_src emacs-lisp (abababa abab :abab abab "abab") #+end_src * abababa #+begin_s

[BUG] org-indent-mode breaks indentation in source blocks

2023-07-05 Thread fluentpwn
For example(written as it looks): (abababa abab :abab abab "abab") #+end_src * aba #+begin_src emacs-lisp (abababa abab :abab abab "abab") #+end_src * ababa #+begin_src emacs-lisp (abababa abab :abab abab "abab") #+end_src * abababa #+begin_s