Tidy snippets, make template for work LaTeX export

This commit is contained in:
mez 2025-07-22 11:25:15 +01:00
parent 49fbc8e7dc
commit 5f3bfbef59
35 changed files with 47 additions and 330 deletions

10
snippets/org-mode/article Normal file
View file

@ -0,0 +1,10 @@
# name: article
# key: article
# --
#+TITLE: ${1}
#+LATEX_HEADER: \input{\$HOME/Documents/drive/admin/emacs/latexbib.tex} %\$
$0
@@latex:\printbibliography[title=References]@@

8
snippets/org-mode/artsec Normal file
View file

@ -0,0 +1,8 @@
# name: artsec
# key: artsec
# --
* ${1:Section title}
** plan :noexport:
$0
** text :ignore:

View file

@ -1,4 +0,0 @@
# name: fanfiction-link
# key: ficlink
# --
@@html:<a href="$1">$2</a>$3&nbsp;<code>$4</code>@@$0