talexander
  • Joined on 2023-07-05
talexander pushed to main at talexander/organic 2023-09-06 19:10:54 +00:00
2c31590974 Add a script to bisect org-mode source to find the line that breaks the compare.
talexander pushed to main at talexander/organic 2023-09-06 18:40:07 +00:00
28b2d27054 Consume trailing whitespace after a plain link.
talexander pushed to main at talexander/organic 2023-09-06 18:16:26 +00:00
84edd10864 Change lesser block exit class to Alpha.
talexander pushed to main at talexander/organic 2023-09-06 17:56:41 +00:00
728a79f9a4 Handle zero-width space in text markup.
talexander pushed to main at talexander/organic 2023-09-06 16:44:22 +00:00
ad4ef50669 Merge branch 'setupfile'
12cbb89861 Compare todo-type on headlines.
7c471ab32e Compare keyword keys and values.
400f53e440 Cleanup.
028aeb70aa Use the global settings todo keywords when parsing headlines.
Compare 21 commits »
talexander deleted branch setupfile from talexander/organic 2023-09-06 16:43:19 +00:00
talexander pushed to setupfile at talexander/organic 2023-09-06 16:40:03 +00:00
12cbb89861 Compare todo-type on headlines.
7c471ab32e Compare keyword keys and values.
400f53e440 Cleanup.
028aeb70aa Use the global settings todo keywords when parsing headlines.
70fafd801e Apply the TODO keyword settings.
Compare 5 commits »
talexander pushed to setupfile at talexander/organic 2023-09-06 14:22:28 +00:00
bdba495f69 Add a parser for the todo keyword's value.
talexander pushed to main at talexander/machine_setup 2023-09-06 01:17:16 +00:00
61bc98578b Install CPU microcode updates on Intel on FreeBSD and switch from wf-recorder to wl-screenrec.
talexander pushed to main at talexander/machine_setup 2023-09-06 00:43:55 +00:00
438332cd72 Build CPU microcode for FreeBSD.
talexander pushed to setupfile at talexander/organic 2023-09-05 02:36:20 +00:00
b0392ad6fb Trim the trailing space off keywords with values.
1c142b68c6 Make the parse entry point call the parse_with_settings entry point.
Compare 2 commits »
talexander pushed to setupfile at talexander/organic 2023-09-05 02:07:41 +00:00
9060f9b26d Only do a single pre-pass on the full document pulling out both setupfile and all other in-buffer settings.
d3c733c5ad Take into account the source directory when parsing org-mode in Organic.
275b4b53d1 Use a single function for finding all keywords.
Compare 3 commits »
talexander pushed to setupfile at talexander/organic 2023-09-04 23:18:19 +00:00
3f3438351e Use a single function for finding all keywords.
d38e198258 Add a parse_with_settings function.
Compare 2 commits »
talexander pushed to setupfile at talexander/organic 2023-09-04 21:29:58 +00:00
27cf6c0462 Remove unnecessary map_err from main.rs.
talexander created branch setupfile in talexander/organic 2023-09-04 21:23:38 +00:00
talexander pushed to setupfile at talexander/organic 2023-09-04 21:23:38 +00:00
580bf15a0a Remove unnecessary map_err from main.rs.
c7d5c89a60 Passing the setupfile contents to the document parser.
ee02e07717 Read the setup file into memory.
a7330e38e4 Enable dynamic access to the file access interface.
08eb59acd3 Rename parser_context to context.
Compare 8 commits »
talexander pushed to main at talexander/organic 2023-09-04 16:32:32 +00:00
0ef141d65e Switch to putting radio targets in the global settings instead of the context tree.
talexander pushed to main at talexander/organic 2023-09-04 15:45:25 +00:00
71180d19fb Fix reading contents from stdin in parse script.
talexander pushed to main at talexander/organic 2023-09-04 15:38:28 +00:00
33091112a5 Remove OrgSource from the public document parser interface.
talexander pushed to main at talexander/machine_setup 2023-09-04 15:26:35 +00:00
7f0af6f41c Add scripts to trigger actions in the poudriere loop.