Merge branch 'maint'

This commit is contained in:
Nicolas Goaziou 2016-04-19 21:31:30 +02:00
commit b2411769cf
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ and `org-odt-data-dir'.")
(eval-when-compile
(and (boundp 'org-odt-data-dir) org-odt-data-dir ; see make install
(expand-file-name "./styles/" org-odt-data-dir)))
(expand-file-name "../../etc/styles/" org-odt-lib-dir) ; git
(expand-file-name "../etc/styles/" org-odt-lib-dir) ; git
(expand-file-name "./etc/styles/" org-odt-lib-dir) ; elpa
(expand-file-name "./org/" data-directory) ; system
)