emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] [PATCH] Longtable continuation strings customizable


From: Thomas S. Dye
Subject: Re: [O] [PATCH] Longtable continuation strings customizable
Date: Thu, 31 Oct 2013 11:25:29 -1000

Nicolas Goaziou <address@hidden> writes:

> In a nutshell:
>
>   (defun my-personal-table-continuation-strings (row backend info)
>     (when (org-export-derived-backend-p backend 'latex)
>       (replace-regexp-in-string
>        "multicolumn{[0-9]+}{l}{\\(.*\\)}" "\\ldots\\ continued from previous 
> page"
>        (replace-regexp-in-string
>         "multicolumn{[0-9]+}{r}{\\(.*\\)}" "continued on next page \\ldots"
>         row nil t 1) nil t 1)))

Thanks again for your patience and help. This works!

All the best,
Tom

-- 
Thomas S. Dye
http://www.tsdye.com



reply via email to

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