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

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

Function that inserts tables


From: uzibalqa
Subject: Function that inserts tables
Date: Sat, 17 Sep 2022 02:48:13 +0000

I have a function in which I am doing

   (table-insert 15 3 5 1)

   (table-insert-sequence "1" 15 1 1 'center)

Beneath the first table, I want to have another table

  (table-insert 16 3 5 1)

  (table-insert-sequence "16" 16 1 1 'center)

But the second part is messing up the first table.  What can I do to get two 
tables inserted?




reply via email to

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