Config: replace smart-mode-line by simple-modeline, optimize org-ql config, add basic guile support
This commit is contained in:
@@ -107,10 +107,11 @@
|
||||
;; 文件头
|
||||
(insert (format "#+title: %s\n" user-filename))
|
||||
(insert (format "#+date: %s\n" (format-time-string "[%Y-%m-%d %a %H:%M]")))
|
||||
(insert (format "#+category: %s\n\n" category))
|
||||
(insert (format "#+category: %s\n" category))
|
||||
(insert "#+STARTUP: content\n\n")
|
||||
|
||||
;; 插入标题和tag
|
||||
(insert (format "* STARTED %s %s\n"
|
||||
(insert (format "* STARTED %s :root%s\n"
|
||||
;; (if todo (concat todo " ") "")
|
||||
user-filename
|
||||
formatted-tags))
|
||||
|
||||
Reference in New Issue
Block a user