Add snippets etc. for DW exporting
This commit is contained in:
parent
de1bc3590e
commit
363ec42825
5 changed files with 24 additions and 0 deletions
2
init.el
2
init.el
|
@ -370,6 +370,8 @@
|
|||
(setq org-habit-show-all-today t)
|
||||
|
||||
(setq org-export-headline-levels 6)
|
||||
(setq org-html-head-include-default-style nil)
|
||||
(setq org-html-head "<link rel=\"stylesheet\" type=\"text/css\" href=\"https://tre.praze.net/fic/fic.css\" />")
|
||||
|
||||
;; Elfeed
|
||||
|
||||
|
|
4
snippets/fundamental-mode/bb
Normal file
4
snippets/fundamental-mode/bb
Normal file
|
@ -0,0 +1,4 @@
|
|||
# name: backblazeurl
|
||||
# key: bb
|
||||
# --
|
||||
https://f003.backblazeb2.com/file/$0
|
6
snippets/org-mode/oneimg
Normal file
6
snippets/org-mode/oneimg
Normal file
|
@ -0,0 +1,6 @@
|
|||
# name: one-image
|
||||
# key: oneimg
|
||||
# --
|
||||
#+HTML:<div class="figure oneup"><img src="$1"></div>
|
||||
|
||||
$0
|
6
snippets/org-mode/threeimg
Normal file
6
snippets/org-mode/threeimg
Normal file
|
@ -0,0 +1,6 @@
|
|||
# name: three-image
|
||||
# key: threeimg
|
||||
# --
|
||||
#+HTML:<div class="figure threeup"><img src="$1"><img src="$2"><img src="$3"></div>
|
||||
|
||||
$0
|
6
snippets/org-mode/twoimg
Normal file
6
snippets/org-mode/twoimg
Normal file
|
@ -0,0 +1,6 @@
|
|||
# name: two-image
|
||||
# key: twoimg
|
||||
# --
|
||||
#+HTML:<div class="figure twoup"><img src="$1"><img src="$2"></div>
|
||||
|
||||
$0
|
Loading…
Add table
Add a link
Reference in a new issue