|
@@ -626,7 +626,7 @@ Default for INDEX-FILENAME is 'index.org'."
|
|
|
(if index-buffer
|
|
|
(kill-buffer index-buffer))
|
|
|
(with-temp-buffer
|
|
|
- (insert (concat "* " index-title "\n\n"))
|
|
|
+ (insert (concat "#+TITLE: " index-title "\n\n"))
|
|
|
(while (setq file (pop files))
|
|
|
(let ((fn (file-name-nondirectory file))
|
|
|
(link (file-relative-name file dir))
|