[O] bug#35419: [Proposal] Buffer Lenses and the Case of Org-Mode (also, Jupyter)

2019-05-04 Thread Ihor Radchenko
Dear Dmitrii, > Indirect buffers give the answer to the issue of sharing some textual data > between several buffer. Note that indirect buffers always share *all* the contents with the master buffer. As a result, it may not be easy to make things like flyspell work on code blocks in org-mode, if

[O] bug#35453: 26.1; Poor performance of vertical-motion in large org buffer

2019-05-04 Thread Ihor Radchenko
Not sure why, but my reply did not show up in the mailing list. Resending. > I'm not sure I understand: is your problem with vertical-motion, or in > general with moving by lines in that file's buffer? The problem is actually more general. I had a poor performance on line motion, re-searc

Re: [O] Possible BUG : table.el tables export incotrrectly

2019-05-04 Thread Emmanuel Charpentier
Dear Nicolas, Thanks for the clarification. I misread the documentation. Sorry for the noise... -- Emmanuel Charpentier Le samedi 04 mai 2019 à 23:00 +0200, Nicolas Goaziou a écrit : > Hello, > > Emmanuel Charpentier writes: > > > Org-mode tables do export with their #+caption: and a usable

Re: [O] Possible BUG : table.el tables export incotrrectly

2019-05-04 Thread Nicolas Goaziou
Hello, Emmanuel Charpentier writes: > Org-mode tables do export with their #+caption: and a usable #+name:, > whereas table.el tables export their content but ignore #+name:, > > #+caption: and #+latex_attr:. Org mode does /not/ handle table.el tables. It merely recognizes them, and send them t

Re: [O] Parens matching off in babel code block

2019-05-04 Thread John Kitchin
This issue also pops up in python blocks for me alot. For example, here is a place where it does not work as it should. [image: image.png] John --- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh,

[O] Possible BUG : table.el tables export incotrrectly

2019-05-04 Thread Emmanuel Charpentier
Org-mode tables do export with their #+caption: and a usable #+name:, whereas table.el tables export their content but ignore #+name:, #+caption: and #+latex_attr:. Minimal (non-)working example : = # tables.el tables ? #+optio