2017-12-25 9:49 GMT+01:00 Nicolas Goaziou <m...@nicolasgoaziou.fr> > "Somelauw ." <somel...@gmail.com> writes: > >> By the way, do you know of any other org-elements that have an inner >> body that doesn't classify as "data in Org syntax"? > > comment, comment blocks, example blocks, export blocks, fixed-width, > keyword, latex-environment, node property.
Thanks I'll consider these > > These elements usually set :value property instead. Thank you. What I need is the beginning and ending position of :value so I can yank/kill/delete/select it (or create a text-object in Evil). I think a general solution to find the inner body of these elements is using (forward-search (org-get-property :value element)) and reading match-data afterwards. Merry Christmas, Somelauw