Merge branch 'maint'
This commit is contained in:
commit
5b8ebe6576
|
@ -621,7 +621,7 @@ If `:auto-sitemap' is set, publish the sitemap too. If
|
||||||
(or (org-publish-property :sitemap-filename project)
|
(or (org-publish-property :sitemap-filename project)
|
||||||
"sitemap.org")))
|
"sitemap.org")))
|
||||||
(org-publish-sitemap project sitemap-filename)))
|
(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
|
;; publishing will be deferred until "theindex.inc" is
|
||||||
;; populated.
|
;; populated.
|
||||||
(let ((theindex (expand-file-name
|
(let ((theindex (expand-file-name
|
||||||
|
@ -1047,7 +1047,7 @@ publishing directory."
|
||||||
(dotimes (n len)
|
(dotimes (n len)
|
||||||
(insert
|
(insert
|
||||||
(concat
|
(concat
|
||||||
(make-string (* (+ rank n) 2) ? ) " - "
|
(make-string (* (+ rank n) 2) ?\s) " - "
|
||||||
(if (not (= (1- len) n)) (nth (+ rank n) entry)
|
(if (not (= (1- len) n)) (nth (+ rank n) entry)
|
||||||
;; Last term: Link it to TARGET, if possible.
|
;; Last term: Link it to TARGET, if possible.
|
||||||
(let ((target (nth 2 idx)))
|
(let ((target (nth 2 idx)))
|
||||||
|
|
Loading…
Reference in New Issue