johanwk / elot

Emacs Literate Ontology Tool
GNU General Public License v3.0
8 stars 2 forks source link

check description lists before tangling #38

Open johanwk opened 7 months ago

johanwk commented 7 months ago

Annotations and restrictions are added in description lists.

A single typo will produce an invalid OWL file.

Write a function that checks the file before tangling to ontology: that every description term is

If errors are found, place point at the first error. List the errors in a message. Consider using highlighting to make the errors easy to find.