[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] How to have #+ORGTBL: SEND install converted table to MORE than
From: |
Omid |
Subject: |
Re: [O] How to have #+ORGTBL: SEND install converted table to MORE than 1 receiver location? |
Date: |
Fri, 17 Jun 2016 13:41:12 -0400 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0 |
Thank you.
Omid
On 06/17/2016 04:26 AM, Nicolas Goaziou wrote:
> Hello,
>
> Omid <address@hidden> writes:
>
>> I'm just resending this question because I haven't received any
>> answers/ideas in a week. I also asked it in
>> https://emacs.stackexchange.com/questions/23836/how-to-have-org-mode-radio-table-install-converted-table-to-more-than-one-receiv,
>> with no answers so far.
>
> [...]
>
>>>> Is there a way to have #+ORGTBL: SEND install converted table to MORE
>>>> than 1 receiver location? Specifically, in LaTeX I have
>>>>
>>>> \begin{comment}
>>>> #+ORGTBL: SEND r_hf-vector orgtbl-to-generic :splice t :lend " \\\\"
>>>> :sep " & "
>>>> | f |
>>>> | 0 |
>>>> | \vdots |
>>>> | 0 |
>>>> \end{comment}
>>>>
>>>> And I'd like it to be installed in both locations below.
>>>>
>>>> % BEGIN RECEIVE ORGTBL r_hf-vector
>>>> f \\
>>>> 0 \\
>>>> \vdots \\
>>>> 0 \\
>>>> % END RECEIVE ORGTBL r_hf-vector
>>>>
>>>> % BEGIN RECEIVE ORGTBL r_hf-vector
>>>> f \\
>>>> 0 \\
>>>> \vdots \\
>>>> 0 \\
>>>> % END RECEIVE ORGTBL r_hf-vector
>
> This was not possible until a few minutes ago. This is now solved in
> development version.
>
> Regards,
>