[BUG] pressing enter with org-src-tab-acts-natively over-intends block

2024-09-25 Thread Garklein
Hello, With `org-src-tab-acts-natively' set to `t', pressing enter in a source code block adds a newline, then indents every line in the block by two spaces. I would expect that it adds a newline and positions my cursor where it should be with the indentation, without indenting every single other

[BUG] Org export to latex/pdf with longtabu adds extra line (\\) when #+NAME is present but no #+CAPTION [9.8-pre (release_9.7.11-145-g28b631 @ /home/aurel/admin/org-bugreport/org/lisp/)]

2024-09-25 Thread Aurélien Francillon
Hi, when exporting org table to latex/pdf with longtabu environment the generated latex includes extra \\ if the #+NAME tag is present, inserting an needed row, the resulting table look ugly in some cases. This table export correctly: #+ATTR_LATEX: :environment longtabu :align {|l|l|} | 100 | te