summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2016-12-27 08:33:26 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2016-12-27 08:33:26 +0100
commit5b8ebe657607964822b61da2cc8c61c74af191af (patch)
treeef1b1f99005f6d43d85c19a5fe5d115174fd3982
parent517fed8d4daf268baea15f72db6ac0a7e69c98c7 (diff)
parentbbbed7aad9be5c4d9c9a01356918e896f8113458 (diff)
downloadorg-mode-5b8ebe657607964822b61da2cc8c61c74af191af.tar.gz
Merge branch 'maint'
-rw-r--r--lisp/ox-publish.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/ox-publish.el b/lisp/ox-publish.el
index a02ff0f..43a0593 100644
--- a/lisp/ox-publish.el
+++ b/lisp/ox-publish.el
@@ -371,7 +371,7 @@ still decide about that independently."
filename pub-dir pub-func base-dir))))
(if rtn (message "Publishing file %s using `%s'" filename pub-func)
(when org-publish-list-skipped-files
- (message "Skipping unmodified file %s" filename)))
+ (message "Skipping unmodified file %s" filename)))
rtn))
(defun org-publish-update-timestamp
@@ -621,7 +621,7 @@ If `:auto-sitemap' is set, publish the sitemap too. If
(or (org-publish-property :sitemap-filename project)
"sitemap.org")))
(org-publish-sitemap project sitemap-filename)))
- ;; Publish all files from PROJECT excepted "theindex.org". Its
+ ;; Publish all files from PROJECT except "theindex.org". Its
;; publishing will be deferred until "theindex.inc" is
;; populated.
(let ((theindex (expand-file-name
@@ -1047,7 +1047,7 @@ publishing directory."
(dotimes (n len)
(insert
(concat
- (make-string (* (+ rank n) 2) ? ) " - "
+ (make-string (* (+ rank n) 2) ?\s) " - "
(if (not (= (1- len) n)) (nth (+ rank n) entry)
;; Last term: Link it to TARGET, if possible.
(let ((target (nth 2 idx)))