Always run org-insert-heading-hook when creating headlines
commit3b1c72ae9ffa7e2d1fcbf1470bb1abcde170d02a
authorBernt Hansen <bernt@norang.ca>
Thu, 30 Sep 2010 08:17:57 +0000 (30 08:17 +0000)
committerCarsten Dominik <carsten.dominik@gmail.com>
Thu, 30 Sep 2010 03:22:33 +0000 (30 05:22 +0200)
tree25655f3f351edff589aa63197a64b792e69a1408
parent9f96a1ead1deed2095078da4ea8432e2afac6c9f
Always run org-insert-heading-hook when creating headlines

* lisp/org.el (org-insert-heading): Run org-insert-heading-hook when creating
the first heading in a file

The org-insert-heading-hook was skipped when creating the first
heading in a new org file.
lisp/org.el