org-format-outline-path: Cosmetic fix
commit1ec47568f4a9032edf6b48caa32d2f4df4c70790
authorKyle Meyer <kyle@kyleam.com>
Sat, 31 Oct 2015 16:28:51 +0000 (31 12:28 -0400)
committerKyle Meyer <kyle@kyleam.com>
Sat, 31 Oct 2015 16:35:13 +0000 (31 12:35 -0400)
tree5bf3836afae896fdb0e7a1a9b06c1c822dae5543
parent54d3032cdcc2c2c30efac41e84ae4ab0543f7ad2
org-format-outline-path: Cosmetic fix

* lisp/org.el (org-format-outline-path): Change loop counter.

The old version gives the same result when combined with the other for
clause, but it reads as though the intention is to reach
(length path) rather than (1- (length path)).
lisp/org.el