From acb42d7250f4832e2c93e5ecfaab4dd69b4c4a11 Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Sat, 18 May 2024 13:36:55 -0500 Subject: Arbitrary command for article --- lib/headlines.ml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/headlines.ml') diff --git a/lib/headlines.ml b/lib/headlines.ml index 915ba22..2f9ebe4 100644 --- a/lib/headlines.ml +++ b/lib/headlines.ml @@ -114,6 +114,8 @@ let rec render ; content = full_content |> Array.of_list ; content_pretty = full_content_pretty ; scroll = 0 + ; tag + ; output = None ; go_back = (fun () -> render t state) ; goto_todos_view ; goto_done_view -- cgit v1.2.3