Remove auto-repair of malformed property drawers
commit85acebdc2e3f50d7476581b886ad5f9aace475e1
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Sat, 16 Sep 2017 12:14:46 +0000 (16 14:14 +0200)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Sat, 16 Sep 2017 12:15:57 +0000 (16 14:15 +0200)
treed89b4dc0b918cc138c4fe6408e05923263b2a8ea
parent3df23ef80cf6c6d13c717be408005dc314bb9f50
Remove auto-repair of malformed property drawers

* lisp/org.el (org-buffer-property-keys): Remove optional argument
  IGNORE-MALFORMED.
* lisp/org-pcomplete.el (pcomplete/org-mode/prop): Update call to
  previous function.

* testing/lisp/test-org.el (test-org/buffer-property-keys): Remove
  a test.

More often than not, the question just gets in the way.  Use `M-x
org-lint' instead.
lisp/org-pcomplete.el
lisp/org.el
testing/lisp/test-org.el