From mboxrd@z Thu Jan 1 00:00:00 1970 From: tsd@tsdye.com (Thomas S. Dye) Subject: Re: [PATCH] Longtable continuation strings customizable Date: Thu, 31 Oct 2013 11:25:29 -1000 Message-ID: References: <87y55fb0kf.fsf@gmail.com> <87txg1agnz.fsf@gmail.com> <87li1d9uh4.fsf@gmail.com> <87habxagka.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40508) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vbzkn-0006Rq-Hl for emacs-orgmode@gnu.org; Thu, 31 Oct 2013 17:26:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vbzkg-0003Cf-KI for emacs-orgmode@gnu.org; Thu, 31 Oct 2013 17:26:09 -0400 Received: from oproxy6-pub.mail.unifiedlayer.com ([67.222.54.6]:53121) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1Vbzkg-0003CQ-Ba for emacs-orgmode@gnu.org; Thu, 31 Oct 2013 17:26:02 -0400 In-Reply-To: <87habxagka.fsf@gmail.com> (Nicolas Goaziou's message of "Thu, 31 Oct 2013 11:19:17 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Nicolas Goaziou Cc: Org-mode , Carsten Dominik Nicolas Goaziou 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