From 1f2e33c01c23001634c133a5ebc60c2d60a22565 Mon Sep 17 00:00:00 2001 From: Stig Brautaset Date: Thu, 16 Apr 2020 11:53:38 +0100 Subject: [PATCH 1/2] Fix title in custom-typ-todo.org --- spec/html_examples/custom-typ-todo.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/html_examples/custom-typ-todo.org b/spec/html_examples/custom-typ-todo.org index 7e0b2eb..3fa2a3a 100644 --- a/spec/html_examples/custom-typ-todo.org +++ b/spec/html_examples/custom-typ-todo.org @@ -1,4 +1,4 @@ -#+TITLE: custom-todo.org +#+TITLE: custom-typ-todo.org #+DESCRIPTION: Makes sure I can handle custom todo entries #+TYP_TODO: TODO(t) INPROGRESS(i) WAITING(w@) | DONE(d) CANCELED(c@) #+OPTIONS: todo:t From e27288278b890da0d31476e9c2171b4f55229f7e Mon Sep 17 00:00:00 2001 From: Stig Brautaset Date: Thu, 16 Apr 2020 17:29:17 +0100 Subject: [PATCH 2/2] Update custom-typ-todo.html --- spec/html_examples/custom-typ-todo.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/html_examples/custom-typ-todo.html b/spec/html_examples/custom-typ-todo.html index 1c3ced4..cf6d202 100644 --- a/spec/html_examples/custom-typ-todo.html +++ b/spec/html_examples/custom-typ-todo.html @@ -1,4 +1,4 @@ -

custom-todo.org

+

custom-typ-todo.org

I copied this todo sequence from Worg. It shows a lot of power of the built-in todo functionality. Now, let’s make sure all of these are recognized (and therefore NOT exported.)