Hi Eric,
Eric Abrahamsen writes:
> If you call "C-c C-c" within a table to align it, and point happens to
> be on a horizontal rule, it throws an error that originates in
> org-element-context.
This is now fixed with the attached patch, thanks for reporting
this bug.
If think `org-element-tabl
If you call "C-c C-c" within a table to align it, and point happens to
be on a horizontal rule, it throws an error that originates in
org-element-context.
The let at the top of that function sets "type" to 'table-row, and
"element" to:
(table-row (:type rule :begin XX :end XX :contents-begin nil