Re: Get current table row data as list

2022-10-04 Thread Ihor Radchenko
Felix Dorner writes: > Is there a helper or another way so that I can get the elements of that row > as a list or do I have to extract the fields manually by walking over text? `org-element-context'. See https://orgmode.org/worg/dev/org-element-api.html -- Ihor Radchenko, Org mode contributor,

Re: Get current table row data as list

2022-10-04 Thread Felix Dorner
Okay I found org-table-get (line column), which is already very helpful. On Wed, Oct 5, 2022 at 6:17 AM Felix Dorner wrote: > When point is in a table, I can run (org-element-at-point) and get a > table-row: > > table-row (:type standard :begin 4932 :end 5151 :contents-begin 4933 > :contents-end