Commit Graph

866 Commits

Author SHA1 Message Date
TEC 0c50e2a651
Org: in markdown export, don't html-escape quotes
+ a typo fix
2021-02-06 15:56:23 +08:00
TEC 9ecf67e767
Straight (package manager), keyword change 2021-02-05 09:14:20 +08:00
TEC 34fbadb4c6
Readme: Change badge links 2021-02-04 14:17:06 +08:00
TEC 6056fac9bc
Include setup.sh execution in install snippet 2021-02-03 16:40:09 +08:00
TEC 9962f75d4a
Fix org mime type definition 2021-02-03 16:34:20 +08:00
TEC b75d172bb9
Config intro: minor adjustments 2021-02-03 16:21:58 +08:00
TEC c0ea8a1d65
Org: use graphviz-dot-mode for "dot" src blocks 2021-02-03 13:08:07 +08:00
TEC 7920542cc0
Config: Keep Knuth quote attribution on one line 2021-02-02 19:07:50 +08:00
TEC 96aa3aed86
Org latex: make quote environment italic 2021-02-02 04:00:43 +08:00
TEC 2d42f881e6
Beancount: my fava command was upstreamed 2021-02-02 00:33:25 +08:00
TEC ab22f6ffd8
Beancount: switch to official repo + add file icon
Originally the official source was stored in a Mercurial repo, which
didn't work well with straight.
2021-02-01 21:57:28 +08:00
TEC 02a1eec0d3
Readme: add link to upgradable packages list 2021-02-01 20:44:00 +08:00
TEC 9a01efef4b
New package: org-appear 2021-02-01 20:36:43 +08:00
TEC 80a6794714
Improve beancount-mode: add fava and ret-align num 2021-02-01 20:28:09 +08:00
TEC cc4cd5c47c
Org roam: try to avoid errors without roam dir 2021-02-01 18:58:27 +08:00
TEC e9ede2999e
Config publishing: insert snippets into exports 2021-01-31 05:12:47 +08:00
TEC a60df127a5
Config publishing: Refactor async stuff into file 2021-01-31 03:11:54 +08:00
TEC 08d4c02c53
Update packages 2021-01-31 01:21:58 +08:00
TEC 49010eeb05
Miscellaneous tweaks - Indenting, naming, prose 2021-01-30 22:44:41 +08:00
TEC 19712d2c18
Org latex: add example style to match engraved src 2021-01-30 21:59:06 +08:00
TEC 46bc1665f5
Org latex: tweak code tcolorbox parameters 2021-01-30 21:58:30 +08:00
TEC 7e201c668a
Config: replace unicode \pm with LaTeX 2021-01-30 19:01:59 +08:00
TEC 7c0a15881d
LaTeX: improve monospace font relative scaling 2021-01-30 18:56:29 +08:00
TEC 9745f0db8d
Org latex: Add syntax highlighting for inline src 2021-01-30 15:21:06 +08:00
TEC aec6d5f4e7
Config export: make a bit more robust
Because the html and pdf exports start both at the same time,
they both experience a cache miss with the xkcd sqlite db.
Poth processes download the image, and attempt to write to the db
... with the same primary key. Hence, errors.

So, when the xkcd cache isn't populated, we wait for one process to
finish before starting the other
2021-01-30 04:48:58 +08:00
TEC 1d277cb001
Org latex: refactor some segments of config 2021-01-29 19:56:28 +08:00
TEC c127646ab2
Config publishing: set file encoding for logs 2021-01-29 19:56:28 +08:00
TEC 2436a1fd02
Readme: Link to PDF export of config 2021-01-28 23:47:24 +08:00
TEC 6eac84ffb3
Org latex: fetch remote image files 2021-01-28 17:52:25 +08:00
TEC 7401330d93
Export pdf version of config too 2021-01-28 17:40:04 +08:00
TEC df2ce42fdc
Fix var references: org-latex-universal-preamble 2021-01-28 17:40:04 +08:00
TEC 76c5cf8411
Remove obsolete/outdated file 2021-01-28 12:15:43 +08:00
TEC 103412580b
Org latex: switch out minted for engrave-faces 2021-01-28 11:27:18 +08:00
TEC 7946f779b6
More versatile org-latex-conditional-preambles 2021-01-28 01:37:56 +08:00
TEC 00d1a88ef7
Publish script: avoid find-file-noselect + fixes
A doom change now causes a y-or-n-p prompt to appear, so we need to make
that non-interactive.
2021-01-27 17:51:35 +08:00
TEC 2deea5c05d
Publish script tweaks 2021-01-25 01:22:18 +08:00
TEC 21795bfe3b
Publish script: add timeout + improve visuals 2021-01-24 16:23:48 +08:00
TEC b452aefd73
Readme: Add icons to all the badges 2021-01-24 00:31:10 +08:00
TEC d95df6a76a
Publish script: avoid need to purge gh image cache
By using a raw.githubusercontent.com url, github no longer uses the camo
cache, and so I can avoid bothering with cache clearing.
2021-01-24 00:19:26 +08:00
TEC 54e617139c
Publish script: ask github to clear cached images 2021-01-24 00:17:32 +08:00
TEC 640fe7d896
Bump packages 2021-01-23 22:39:40 +08:00
TEC 4e4605cb24
Readme: add status badges 2021-01-23 22:37:34 +08:00
TEC af816cb006
Publish script: fix invalid regex, log files 2021-01-23 22:23:24 +08:00
TEC 214abe21ab
Publish script: fix index.html symlink 2021-01-23 22:22:27 +08:00
TEC fc527b0d0f
Publish script: add package update checker 2021-01-23 22:07:38 +08:00
TEC a2d7ee7964
Publish workflow: implement file moving in scripts
It makes sense to put the decisions of which files to publish with the
generation of said files.
2021-01-23 20:24:00 +08:00
TEC 917d36c79d
Publishing script: make script watcher macro a fn 2021-01-23 19:13:53 +08:00
TEC 42e67781d9
Publish workflow: run daily for doom change errors
Sometimes it's not a change in my config that breaks something.
It's good to be sure.
2021-01-23 17:47:27 +08:00
TEC 5340aaa951
Publish workflow: stop before trying to publish PR 2021-01-23 17:32:27 +08:00
TEC 701f61f683
Publish workflow: Autoformatting 2021-01-23 17:31:41 +08:00