Re: [O] API for manipulating #+PROPERTY entries?

2019-03-05 Thread John Kitchin
You might find a function like this one: https://github.com/jkitchin/techela-emacs/blob/master/techela-grade.el#L149 helpful. There are some variations that do similar things. John --- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering

Re: [O] API for manipulating #+PROPERTY entries?

2019-03-04 Thread Nicolas Goaziou
Hello, Nik Clayton writes: > Is there an API for manipulating properties that are set in #+PROPERTY > lines before the first headline of a file (i.e., not in a property > drawer)? There is no API for keywords. > Using org-entry-put when point is before the first headline throws a > "Before

[O] API for manipulating #+PROPERTY entries?

2019-03-04 Thread Nik Clayton
Hoi, Is there an API for manipulating properties that are set in #+PROPERTY lines before the first headline of a file (i.e., not in a property drawer)? I've got some properties that (a) make sense when set for the whole file, and (b) the file contains multiple first level headings (which isn't