Tom Alexander
|
3e6df7ba78
|
Print character offset from rust's parse perspective during compare.
|
2023-08-29 14:40:58 -04:00 |
|
Tom Alexander
|
ac313d093e
|
Improve error handling in compare.
|
2023-08-29 14:20:53 -04:00 |
|
Tom Alexander
|
3e143796f7
|
Compare heading todo keywords.
rust-test Build rust-test has succeeded
rust-build Build rust-build has succeeded
This only handles the default case where the only valid TODO keywords are TODO and DONE.
|
2023-08-27 15:56:08 -04:00 |
|
Tom Alexander
|
9cc5e63c1b
|
Compare heading tags.
rust-test Build rust-test has failed
rust-build Build rust-build has succeeded
|
2023-08-25 07:05:59 -04:00 |
|
Tom Alexander
|
2d4e54845b
|
Add support for parsing tags in headlines.
|
2023-08-25 06:13:29 -04:00 |
|
Tom Alexander
|
bc5745a95f
|
Add support for list items with a line break before their contents.
|
2023-08-25 05:18:26 -04:00 |
|
Tom Alexander
|
45e16fea2d
|
Honor the NO_COLOR environment variable.
rustfmt Build rustfmt has succeeded
rust-test Build rust-test has succeeded
rust-build Build rust-build has succeeded
|
2023-08-25 04:25:39 -04:00 |
|
Tom Alexander
|
5134cece7b
|
Add color to compare output.
rust-test Build rust-test has succeeded
rust-build Build rust-build has succeeded
rustfmt Build rustfmt has succeeded
|
2023-08-25 04:09:52 -04:00 |
|
Tom Alexander
|
19432d91ab
|
Get the emacs and org-mode versions when launching the compare script.
rust-build Build rust-build has succeeded
rustfmt Build rustfmt has succeeded
rust-test Build rust-test has succeeded
|
2023-08-25 03:11:19 -04:00 |
|
Tom Alexander
|
16a107eebb
|
Update org-mode version.
|
2023-08-25 02:56:28 -04:00 |
|
fluxcdbot
|
5686256039
|
CI: autofix rust code.
rust-build Build rust-build has failed
rustfmt Build rustfmt has succeeded
rust-test Build rust-test has succeeded
|
2023-08-17 04:05:48 +00:00 |
|
Tom Alexander
|
74f4aa8d33
|
Remove dependency on files for running compare.
The tests still use files since they get the test name from a file but compare does the same action via stdin so it can operator on any org source.
|
2023-08-16 23:56:05 -04:00 |
|
Tom Alexander
|
e33ec4a02c
|
Add support for reading begin/end bounds in the new standard-properties format.
|
2023-08-13 02:21:02 -04:00 |
|
Tom Alexander
|
fa5fc41121
|
Create structure for timestamps.
|
2023-07-24 17:34:07 -04:00 |
|
fluxcdbot
|
efa56a6bef
|
CI: autofix rust code.
semver Build semver has succeeded
rustfmt Build rustfmt has succeeded
rust-test Build rust-test has succeeded
|
2023-07-24 16:57:08 -04:00 |
|
Tom Alexander
|
993c73dc9f
|
Create structure for subscript and superscript.
|
2023-07-24 14:23:36 -04:00 |
|
Tom Alexander
|
c73e26e2d6
|
Create structure for statistics cookies.
|
2023-07-22 02:12:20 -04:00 |
|
Tom Alexander
|
d60cad07e0
|
Create structure for targets.
|
2023-07-22 01:15:04 -04:00 |
|
Tom Alexander
|
4d114206ef
|
Create structure for line breaks.
|
2023-07-21 23:48:37 -04:00 |
|
Tom Alexander
|
0b41e12424
|
Fix counting brackets in inline source block.
|
2023-07-21 23:14:52 -04:00 |
|
Tom Alexander
|
e0d2bb8213
|
Create structure for inline source blocks.
|
2023-07-21 22:29:04 -04:00 |
|
Tom Alexander
|
eef2944307
|
Create structure for inline babel calls.
|
2023-07-21 19:53:02 -04:00 |
|
Tom Alexander
|
d5c611674e
|
Create structure for citations.
|
2023-07-20 00:38:16 -04:00 |
|
Tom Alexander
|
9c2eb3b122
|
Create structure for footnote references.
|
2023-07-19 18:56:46 -04:00 |
|
Tom Alexander
|
1fb8ce9af6
|
Create structure for export snippets.
|
2023-07-19 00:09:16 -04:00 |
|
Tom Alexander
|
3ab0dd4531
|
Create structure for LaTeX fragments.
|
2023-07-18 21:14:49 -04:00 |
|
Tom Alexander
|
21f46d09e6
|
Create structure for entities.
|
2023-07-18 20:05:39 -04:00 |
|
Tom Alexander
|
d24c26de7b
|
Create structure for org macros.
|
2023-07-13 23:30:06 -04:00 |
|
Tom Alexander
|
ed8b1405db
|
Create structure for angle links.
|
2023-07-13 22:42:42 -04:00 |
|
Tom Alexander
|
dcec5c490a
|
Create structure for plain links.
organic-test Build organic-test has succeeded
|
2023-07-13 18:18:07 -04:00 |
|
Tom Alexander
|
64c17e654a
|
Code structure for radio links and radio targets.
|
2023-04-24 19:06:45 -04:00 |
|
Tom Alexander
|
0fc3bb0245
|
Compare text length for plain text in the diffing.
|
2023-04-24 18:21:38 -04:00 |
|
Tom Alexander
|
3600f46e3b
|
Initial code structure for regular links.
|
2023-04-23 16:17:52 -04:00 |
|
Tom Alexander
|
37b91d171d
|
Compare the objects in heading titles when diffing the asts.
|
2023-04-22 22:56:36 -04:00 |
|
Tom Alexander
|
036f4add4a
|
The object parsers separated out.
|
2023-04-22 20:48:01 -04:00 |
|
Tom Alexander
|
d2fc8a513f
|
Separate out the text markup types into their own types.
|
2023-04-22 20:22:07 -04:00 |
|
Tom Alexander
|
2ac0449630
|
Unquote the text.
|
2023-04-22 18:18:13 -04:00 |
|
Tom Alexander
|
b3e182d7fe
|
Plain text compare not yet working because the text is quoted from the sexp.
|
2023-04-22 17:58:16 -04:00 |
|
Tom Alexander
|
4816a5dfc4
|
Code structure for latex environment.
|
2023-04-22 16:56:36 -04:00 |
|
Tom Alexander
|
f0bab39778
|
Code structure for keyword.
|
2023-04-21 22:33:10 -04:00 |
|
Tom Alexander
|
bfffde3fdb
|
Implement the horizontal rule parser.
|
2023-04-21 22:23:59 -04:00 |
|
Tom Alexander
|
5ae8ac61e5
|
Code structure for fixed width area.
|
2023-04-21 22:04:22 -04:00 |
|
Tom Alexander
|
2ec1d4f855
|
Add the code structure for planning.
|
2023-04-21 21:33:23 -04:00 |
|
Tom Alexander
|
7de72cab23
|
Move the sexp parser into the parser crate.
We need to parse sexp for diary sexp.
|
2023-04-21 20:32:51 -04:00 |
|
Tom Alexander
|
db78faa36f
|
Add the code structure for diary sexp.
|
2023-04-21 20:22:31 -04:00 |
|
Tom Alexander
|
c2ccf4da37
|
Set up the initial code structure for the clock.
|
2023-04-21 19:05:30 -04:00 |
|
Tom Alexander
|
2d4a592846
|
Expose the parser module instead of re-exporting all of its contents.
|
2023-04-21 19:05:30 -04:00 |
|
Tom Alexander
|
18323a2b43
|
Solve the rest of the compiler warnings.
|
2023-04-21 18:42:31 -04:00 |
|
Tom Alexander
|
a1724dae52
|
Combine the error types.
|
2023-04-21 18:36:01 -04:00 |
|
Tom Alexander
|
04dfffc000
|
Cleaning up compiler warnings.
|
2023-04-21 18:22:17 -04:00 |
|