Commit graph

126 commits

Author SHA1 Message Date
TEC 7e9b00e2fc
Org: Add link preview (variant on https:)
Twitter-style
2021-04-04 16:48:49 +08:00
TEC 49279558a0
CI: Adjust package update status colour thresholds 2021-04-01 23:09:17 +08:00
TEC 0528d76b22
Config: Redo radar plots 2021-03-29 00:12:36 +08:00
TEC f2c4765065
CI: Odd tweaks that seem to be needed 2021-03-28 17:21:05 +08:00
TEC f62c62406d
Org: LaTeX export, work with Emojis
Thanks to functionality and files provided by emojify 🙂
2021-03-28 15:35:56 +08:00
TEC a95e619a45
Hide the modeline on the splash screen 2021-03-27 20:56:45 +08:00
TEC 68530a28bf
Rework the splash screen to be minimal, and sassy 2021-03-27 20:02:39 +08:00
TEC 07c86da012
Config CI: Include misc/splash-images in publish 2021-03-26 18:41:20 +08:00
TEC 456d9165eb
Org: change LaTeX preamble snippet ordering +bit
Also add a bunch of explanatory text, and change the !feature special
treatment to use a normal keyword, :eager.
2021-03-26 18:26:01 +08:00
TEC 32c02a7330
Org: Julia code blocks in LaTeX
We need to do a little finangling to get this working nicely.
For unicode, we need to switch to LuaLaTeX (I tried XeLaTeX but it
didn't seem happy for some reason), and then adjust microtype to remove
the pdfLaTeX-only flags.
2021-03-26 02:54:00 +08:00
TEC 55212eae28
Org: make LaTeX conditional preamble a bit fancier
Introduced to org-latex-feature-implementations in this commit:
+ :when keyword
+ :prevents keyword
+ special treatment of features starting with !

No more universal preamble.

Moved all latex template content other than font into preamble features.

Added xkcd feature implications.

Refactored org-latex-generate-features-preamble.

Update org-latex-clever-preamble graphic to better illustrate the
functionality.
2021-03-26 02:48:33 +08:00
TEC 2652b52d95
Config publishing: capitalize snippet names 2021-03-21 21:33:27 +08:00
TEC 32ab25b884
Org: re-implement conditional preamble generation
It's *extra* nice now
2021-03-18 15:34:03 +08:00
TEC fe5981e927
CI: Don't check for updates to commented-out pkgs 2021-03-13 00:42:30 +08:00
TEC 8ba1d28cb2
Update writeroom screenshot 2021-03-07 19:33:02 +08:00
TEC 1ae7b6414f
CI: Ignore pdf-tools-install 2021-03-06 12:24:26 +08:00
TEC b90665c733
CI: Set config file mode to Org before exporting
This is needed for some buffer local setup to be performed.
2021-03-06 02:23:53 +08:00
TEC 2072eb27ad
CI: Prevent explain-pause-mode from interfering 2021-03-04 10:53:30 +08:00
TEC d2388d4a24
Package updates: correctly resolve local repo path 2021-02-22 12:33:12 +08:00
TEC a625c8db45
CI: show commits elapsed with outdated packages 2021-02-14 22:24:47 +08:00
TEC 7de8615033
Finally fix CalcTeX
The hardcoding hurt my soul
2021-02-14 21:41:00 +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 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 c127646ab2
Config publishing: set file encoding for logs 2021-01-29 19:56:28 +08:00
TEC 7401330d93
Export pdf version of config too 2021-01-28 17:40:04 +08:00
TEC 76c5cf8411
Remove obsolete/outdated file 2021-01-28 12:15:43 +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 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 1c8514fa79
Refactor config publishing scripts 2021-01-23 17:19:47 +08:00
TEC 44b71d22ed
Config exporter: org-roam really wants a dir. Fine 2021-01-21 01:55:28 +08:00
TEC 5d3828ef28
Org html: update readme and licence of style 2021-01-09 01:15:45 +08:00
TEC 8e512c703b
Org html: add scss save hook, make css and reload 2021-01-09 01:15:03 +08:00
TEC fa3aff5b3d
Org html: subtlety restyle links
and remove FF61- ::-moz selectors
2021-01-09 00:47:47 +08:00
TEC b3d0469229
Org html: delete/comment out some unused CSS 2021-01-09 00:14:21 +08:00
TEC ed693f4698
Org html: Upgrade normalise from v7 to v8
Then modify by removing references to elements that are not generated by
Org, and IE-only mitigations (I do *not* care about IE).
2021-01-09 00:02:11 +08:00
TEC f2092071ba
Typo fix: clipboard not clipdord 2021-01-08 22:03:38 +08:00
TEC 3688bb0f53
Rename misc/pile-css-theme/ to misc/org-css/ 2021-01-08 19:56:53 +08:00
TEC ab7effe116
Org html: Re-add CSS for music tracks 2021-01-08 19:52:44 +08:00
TEC a308ff2757
Org html: add missing org-center class 2021-01-07 15:31:33 +08:00