Hello,

t...@tsdye.com (Thomas S. Dye) writes:

> Nicolas Goaziou <n.goaz...@gmail.com> writes:
>
>>>> Am I missing something?
>>>
>>> An example filter?
>>
>>   (defun my-personal-table-continuation-strings (row backend info)
>>     (when (org-export-derived-backend-p 'latex)
>>       (replace-regexp-in-string
>>        "multicolumn{[0-9]+}{l}{\\(.*\\)}" "String 1"
>>        (replace-regexp-in-string
>>         "multicolumn{[0-9]+}{r}{\\(.*\\)}" "String 2"
>>         row nil nil 1)
>>        nil nil 1)))
>>   (add-to-list 'org-export-filter-table-row-functions
>>                'my-personal-table-continuation-strings)
>>
>> Untested.
>
> Thanks!

I switched to hardcoded strings and internationalization. Now, we need
volunteers to fill missing translations for:

 "Continued on next page"
 "Continued from previous page"


Regards,

-- 
Nicolas Goaziou

Reply via email to