Fix diary sexp indentation
commit707d52cff703e8bb11dbb87072192d292a45aeb5
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Thu, 2 Apr 2015 08:29:36 +0000 (2 10:29 +0200)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Thu, 2 Apr 2015 08:31:58 +0000 (2 10:31 +0200)
tree2c7e409bdf32539c659565e8e9105221716b25e7
parentca08453cc9f142c76536daa0ee824dfa98eb5639
Fix diary sexp indentation

* lisp/org.el (org--get-expected-indentation): Diary sexps are to be
  indented at column 0.
* testing/lisp/test-org.el (test-org/indent-line): Add test.
lisp/org.el
testing/lisp/test-org.el