Re: org table export to latex, longtable, code does not compile

2024-01-04 Thread Uwe Brauer
> Uwe Brauer writes: > This is the same with what I see (except how timestamps are exported, > but those are not relevant). I see, so my problem occurs from the fact that I want every endline (\\) also carry a \hline. So the solution I posted fixes then this particular problem. -- I

Re: org table export to latex, longtable, code does not compile

2024-01-04 Thread Ihor Radchenko
Uwe Brauer writes: >>> \begin{longtable}{|r|r|l|l|l|l|l|} >>> \hline >>> Num & Documento & \textit{26.04.2024} & \textit{29.04.2024} & >>> \textit{06.05.2024} & \textit{08.05.2024} & \textit{10.05.2024}\\ \hline > >> This is not what I am seeing with Emacs 29. > > Very strange I have not set >

Re: org table export to latex, longtable, code does not compile

2024-01-03 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer writes: >> I am running emacs 29 and org mode 9.6.9 >> >> I have set (setq org-latex-line-break-safe "") >> ... >> Will be translated to >> >> #+begin_src >> >> \begin{longtable}{|r|r|l|l|l|l|l|} >> \hline >> Num & Documento &

Re: org table export to latex, longtable, code does not compile

2024-01-03 Thread Ihor Radchenko
Uwe Brauer writes: > I am running emacs 29 and org mode 9.6.9 > > I have set (setq org-latex-line-break-safe "") > ... > Will be translated to > > #+begin_src > > \begin{longtable}{|r|r|l|l|l|l|l|} > \hline > Num & Documento & \textit{26.04.2024} & \textit{29.04.2024} & >

[SOLVED] (was: org table export to latex, longtable, code does not compile)

2024-01-02 Thread Uwe Brauer
>>> "UB" == Uwe Brauer writes: > Hi > I am running emacs 29 and org mode 9.6.9 > I have set (setq org-latex-line-break-safe "") > Nevertheless the following example This helped (defun my-latex-insert-hline-always (row backend info) "Add a hline to every row when exporting to

org table export to latex, longtable, code does not compile

2024-01-02 Thread Uwe Brauer
Hi I am running emacs 29 and org mode 9.6.9 I have set (setq org-latex-line-break-safe "") Nevertheless the following example #+begin_src #+ATTR_LATEX: :environment longtable | / | <> |<> | <> | <> | <> | <> | <> |