"Somelauw ." <somel...@gmail.com> writes:

I suggest the following.

For contents begin:

    (save-excursion
      (goto-char (org-element-property :post-affiliated element))
      (line-beginning-position 2))

For contents end:

    (save-excursion
      (goto-char (org-element-property :end element))
      (skip-chars-backward " \t\n")
      (line-beginning-position))

Regards,

Reply via email to