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
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
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
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
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,
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