talexander
  • Joined on 2023-07-05
talexander deleted branch worg from talexander/organic 2023-09-22 03:41:48 +00:00
talexander pushed to main at talexander/organic 2023-09-22 03:38:22 +00:00
a267d13fd7 Merge branch 'worg'
a29973a110 Add a "format" makefile target.
31c782499e Do not match text markup end with empty contents.
b7c7057095 Add a test for double tilde.
49e3c90a3a Add a test showing a text markup condition we are not handling and significantly reduce allocations by using references for the captured marker for text markup.
Compare 60 commits »
talexander pushed to worg at talexander/organic 2023-09-22 03:20:28 +00:00
a29973a110 Add a "format" makefile target.
31c782499e Do not match text markup end with empty contents.
b7c7057095 Add a test for double tilde.
49e3c90a3a Add a test showing a text markup condition we are not handling and significantly reduce allocations by using references for the captured marker for text markup.
Compare 4 commits »
talexander pushed to master at talexander/homepage 2023-09-22 03:18:44 +00:00
ae7240b2f4 Render my public pgp key in the browser instead of downloading it.
talexander pushed to worg at talexander/organic 2023-09-22 02:09:12 +00:00
129228c5c5 Require either eof or whitespace to line ending for valueless items.
f0a7493a89 Support blank lines for descriptive list with empty value before final list item.
dc5695ec9f Update description list test to ensure we match blank values properly for both final and non-final items.
4ff62fbfae Support backslash as a post character for text markup.
c892d406c3 Do not parse the tag for a plain list item if it is an ordered plain list item.
Compare 11 commits »
talexander pushed to main at talexander/machine_setup 2023-09-21 20:57:23 +00:00
49fa0eb9cc Disable on-type formatting in rust.
talexander pushed to main at talexander/machine_setup 2023-09-21 20:30:54 +00:00
e4b10e7260 Remove extra subkey from pgp key.
talexander pushed to master at talexander/homepage 2023-09-21 20:30:09 +00:00
cee38a2c55 Remove extra subkey from pgp key.
talexander pushed to worg at talexander/organic 2023-09-21 18:31:22 +00:00
ba15999534 Add a test showing we are not handling parenthesis in links properly.
61c3e6c10e Require table formulas have a value.
a7e130838d Add a test showing that table formulas with no value do not get associated with the table.
853adadf91 Do not allow unescaped opening bracket in path for link.
Compare 4 commits »
talexander pushed to master at talexander/homepage 2023-09-21 17:29:27 +00:00
e96557998e Update pgp public key.
talexander pushed to main at talexander/machine_setup 2023-09-21 17:29:02 +00:00
a536defe9a Update pgp public key.
talexander pushed to worg at talexander/organic 2023-09-20 07:52:27 +00:00
7b61329889 Add test showing we are not parsing links wrapped in brackets correctly.
9bcfb2f1da Decide headline nesting by star count, not headline level.
4c8d9a3063 Do not require a colon to close dynamic blocks.
48cb3c4a02 Move the post-colon check into the item_tag_divider parser.
9e60ff6683 Support rematching on italic, underline, and strike-through.
Compare 6 commits »
talexander pushed to main at talexander/org_ownership_investigation 2023-09-20 06:31:06 +00:00
3760358783 Compile the elisp ahead of time so it is not done on every docker container launch.
talexander pushed to worg at talexander/organic 2023-09-16 18:46:20 +00:00
716af5bb45 Update org-mode version.
6137a46231 Default to the release-lto profile for running compare in docker.
bdd04f4d5c Do not allow '<' as a pre-character for text-markup but do allow start of file.
36bdc54703 Update bisect script to work with any depth relative path for setupfile.
3031b6edd4 Support arbitrary relative paths for setupfiles in run_docker_compare script.
Compare 5 commits »
talexander pushed to main at talexander/org_ownership_investigation 2023-09-16 18:46:10 +00:00
024b2ade03 Update org-mode version.
talexander pushed to worg at talexander/organic 2023-09-16 02:55:24 +00:00
1a704dd312 Honor the odd startup setting from org-mode files.
talexander pushed to worg at talexander/organic 2023-09-16 02:45:10 +00:00
655c0593dd Honor the odd startup setting from org-mode files.
a74ea730f4 Read the odd startup option from org-mode files.
Compare 2 commits »
talexander pushed to worg at talexander/organic 2023-09-16 02:09:07 +00:00
8450785186 Add test showing we are not handling the odd startup option for headline depth.
d443dbd468 Introduce the tab_width setting and give tabs a greater value when counting indentation level.
c9ce32c881 Remve redundant org_spaces functions.
85454a0a27 Fix footnote reference function label matcher.
fdebf6dec5 Delete already solved TODO.
Compare 5 commits »
talexander pushed to worg at talexander/organic 2023-09-16 01:03:49 +00:00
444d6758aa Handle leading blank lines in greater blocks.
6c7203410e Add a test showing we're not handling leading blank lines in greater blocks.
bfe67b1f75 Parse plain list item checkboxes.
fd41ad9c29 Pretend dos line endings do not exist.
7f751d4f28 Allow no digit in repeater in timestamp.
Compare 6 commits »
talexander pushed to main at talexander/machine_setup 2023-09-14 19:47:37 +00:00
c7b8b4c510 Use go-mod-ts-mode.