Add more tags to the last two tests

master
Kaushal Modi 8 years ago
parent af3d42639b
commit 85b19cc175
  1. 6
      test/site/content-org/all-posts.org
  2. 2
      test/site/content/posts/toc-with-todo-disabled.md
  3. 2
      test/site/content/posts/toc-with-todo-enabled.md

@ -4614,7 +4614,7 @@ so) characters after ~<!--endtoc-->~ is considered as summary.
This partial needs to be used wherever the summary text is needed
(example: the Opengraph =og:description= meta tag).
**** TOC with TODO headlines
**** TOC with TODO headlines :todo:
***** CSS for TODO :noexport:
:PROPERTIES:
:CUSTOM_ID: todo-css
@ -4635,7 +4635,7 @@ This partial needs to be used wherever the summary text is needed
}
</style>
#+end_export
***** TOC with TODO enabled (default)
***** TOC with TODO enabled (default) :enable:
:PROPERTIES:
:EXPORT_FILE_NAME: toc-with-todo-enabled
:EXPORT_OPTIONS: toc:t todo:t
@ -4649,7 +4649,7 @@ and TOC.
****** TODO Something to do
****** DONE Something done
CLOSED: [2018-06-12 Tue 22:12]
***** TOC with TODO disabled
***** TOC with TODO disabled :disable:
:PROPERTIES:
:EXPORT_FILE_NAME: toc-with-todo-disabled
:EXPORT_OPTIONS: toc:t todo:nil

@ -4,7 +4,7 @@ description = """
No TODO states are prefixed to the headings -- neither in the body, nor
in the TOC.
"""
tags = ["export-option", "toc"]
tags = ["export-option", "toc", "todo", "disable"]
draft = false
+++

@ -4,7 +4,7 @@ description = """
TODO states if present are prefixed to the headings -- both in the body
and TOC.
"""
tags = ["export-option", "toc"]
tags = ["export-option", "toc", "todo", "enable"]
draft = false
+++

Loading…
Cancel
Save