help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: rcd-box.el for box drawings and tables


From: Heime
Subject: Re: rcd-box.el for box drawings and tables
Date: Tue, 08 Nov 2022 15:29:31 +0000

------- Original Message -------
On Tuesday, November 8th, 2022 at 12:29 PM, Jean Louis <bugs@gnu.support> wrote:


> * Heime heimeborgia@protonmail.com [2022-11-08 10:58]:
> 
> > You should consider the possibility when someone does not want a
> > separator between rows. For instance I did like the idea of
> > introducing a separator with "|--\n")
> 
> 
> Sure.
> 
> (rcd-box-table '(("SEPINT" "Introducing separator |--" "3x pizza = $30")
> ("SOMEONE" "Not want separator between rows" "3x pizza = $30"))
> '("SKU" "Description" "Amount")
> '("center" "center" "right")) ⇒ "
> ╔═════════╦═════════════════════════════════╦════════════════╗
> ║ SKU ║ Description ║ Amount ║
> ╠═════════╬═════════════════════════════════╬════════════════╣
> ║ SEPINT ║ Introducing separator |-- ║ 3x pizza = $30 ║
> ╠═════════╬═════════════════════════════════╬════════════════╣
> ║ SOMEONE ║ Not want separator between rows ║ 3x pizza = $30 ║
> ╚═════════╩═════════════════════════════════╩════════════════╝
> 
> "

Jean, could you help me make a table?




reply via email to

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