Ihor Radchenko writes:
> Pedro Andres Aranda Gutierrez writes:
>
>> It would be great to have a thing-at-point handler that returns a cell in
>> and org table. The most simple use case is to have a table in an org-file
>> with data that you need to transfer to an online Web page. Being able to
>
Pedro Andres Aranda Gutierrez writes:
> I needed this function to copy contents from an org spreadsheet to a Web
> page and I see it may be useful to others. Take a look and if you find it
> useful, I'll add the changelog stuff.
> ...
> +(defun org-table-copy-cell-as-kill (verbose)
> + "Copy the
Hi,
I needed this function to copy contents from an org spreadsheet to a Web
page and I see it may be useful to others. Take a look and if you find it
useful, I'll add the changelog stuff.
Thanks for the guidance ;-)
Best, /PA
On Fri, 3 May 2024 at 21:50, Ihor Radchenko wrote:
> Pedro Andres A
Pedro Andres Aranda Gutierrez writes:
>>> It would be great to have a thing-at-point handler that returns a cell in
>>> and org table. The most simple use case is to have a table in an org-file
>>> with data that you need to transfer to an online Web page. Being able to
>>> (copy-as-kill ...) a c
Hi Ihor, of course this was just an example. The thing-at-point would make it
easier to write a copy-as-kill-cell function.
Best,/PA
Enviado desde mi iPhone
> El 3 may 2024, a las 13:17, Ihor Radchenko escribió:
>
> Pedro Andres Aranda Gutierrez writes:
>
>> It would be great to have a t
Pedro Andres Aranda Gutierrez writes:
> It would be great to have a thing-at-point handler that returns a cell in
> and org table. The most simple use case is to have a table in an org-file
> with data that you need to transfer to an online Web page. Being able to
> (copy-as-kill ...) a cell's co
Hi,
It would be great to have a thing-at-point handler that returns a cell in
and org table. The most simple use case is to have a table in an org-file
with data that you need to transfer to an online Web page. Being able to
(copy-as-kill ...) a cell's contents could speed up the whole process...