Undo whatever went wrong with the dwmusic function, add skeleton snippet for single-chapter fic export
This commit is contained in:
parent
2aa482f31e
commit
3f9fedd3c8
2 changed files with 10 additions and 1 deletions
|
@ -64,7 +64,10 @@
|
|||
(setq music (lastfm-user-get-recent-tracks :user lastfm-user :from 1 :to 1))
|
||||
(setq music (replace-regexp-in-string (regexp-quote "\" \"") " – " (format "%S" music) nil 'literal))
|
||||
(sleep-for 1)
|
||||
(unless (not music)
|
||||
(if (not music)
|
||||
(setq music "nil"))
|
||||
(if (equal music "nil")
|
||||
(sleep-for 0)
|
||||
(insert (concat "post-music: "
|
||||
(let* ((musicjunk
|
||||
(format "%S" music))
|
||||
|
|
6
snippets/org-mode/ficsetup
Normal file
6
snippets/org-mode/ficsetup
Normal file
|
@ -0,0 +1,6 @@
|
|||
# name: ficsetup
|
||||
# key: ficsetup
|
||||
# --
|
||||
#+TITLE: ${1:tbc}
|
||||
* fic
|
||||
$0
|
Loading…
Add table
Add a link
Reference in a new issue