Re: [PATCH] copy cell contents to kill-ring. WAS [FR]: thing-at-point 'org-table-cell

2024-05-04 Thread Ihor Radchenko
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

[PATCH] copy cell contents to kill-ring. WAS [FR]: thing-at-point 'org-table-cell

2024-05-04 Thread Pedro Andres Aranda Gutierrez
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