emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [patch] ox-latex.el: add `:options' LaTeX attribute to tables


From: Juan Manuel Macías
Subject: Re: [patch] ox-latex.el: add `:options' LaTeX attribute to tables
Date: Thu, 28 Oct 2021 19:39:04 +0000

Juan Manuel Macías writes:

> \begin{longtblr}[options 1 options 2 options 3 options 4]{align}

PS: I think the options should be separated by commas. In this
case, it's necessary to replace the line:

(mapconcat (lambda (x) (mapconcat 'identity x "")) options-list " ")))

by this line:

(mapconcat (lambda (x) (mapconcat 'identity x "")) options-list ",")))

Best regards,

Juan Manuel 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]