↧
Answer by wasamasa for Parsing an Orgmode file with org-element-parse-buffer
Your code is missing one crucial thing, it's not the parsing step that applies keywords locally, it's enabling org-mode that does. Considering that you're in a temporary buffer, you'll have to do this...
View ArticleParsing an Orgmode file with org-element-parse-buffer
I am trying to get the ast of an orgmode file and it does not seem like the todo-keyword or todo-type keywords are being set properly. I have the following orgmode file: #+TITLE: Org Test File#+AUTHOR:...
View Article