Re: [Question] Learning to use Org Element API setters and how to ignore properties

2024-03-13 Thread Ihor Radchenko
Antonio Romano writes: > There's nothing concrete on my side, but I'd like to try and see if > org-element's AST can fit this kind of merging. However, I've had close > to no progress in trying to make the setter functions work despite all > the indications on worg and I think I would really bene

Re: [Question] Learning to use Org Element API setters and how to ignore properties

2024-03-11 Thread Bruno Barbier
Hi Antonio, Antonio Romano writes: [...] > The :todo-keyword contains data about face and properties which are > only relevant for viewing the document in the buffer and not for the > .org file content itself. How can I read its text without any property > info attached to it? You could remov