Hi Raghu,
I did two changes in your code:
1. Disabling of header=empty.
2. Adding of \page[empty].
Probably, there is better and system solution,
but this might help you, I guess.
Best wishes,
Tomas
%%%%%%%%%%%%%%%%%%
...
\setuphead
[chapter]
[page={yes,header,footer,right},
% header=empty
]
\startfrontmatter
\completecontent
\page[empty]
\stopfrontmatter
\startbodymatter
\startchapter
[title=A chapter]
...
%%%%%%%%%%%%%%%%%%
Tue, Oct 17, 2017 ve 03:37:21PM +0530 N. Raghavendra napsal(a):
# Any help is appreciated! Do let me know if some more information is
# needed.
#
# Thanks and regards,
# Raghu.
#
# ----------------------------------------------------------------------
#
# At 2017-10-16T08:33:13+05:30, N. Raghavendra wrote:
#
# > I am a ConTeXt beginner. I am having trouble getting rid of the header
# > after the ToC in a document that I am preparing. The following is a
# > simplified version of the document. I get a header with "2" on the left
# > edge, and "Chapter ." on the right edge, on page 2, which is an empty
# > page after the ToC. How do I remove the header on this page?
# >
# > Thanks,
# > Raghu.
# >
# > ----------------------------------------------------------------------
# > \starttext
# >
# > \setuppagenumbering
# > [alternative=doublesided]
# >
# > \setupheadertexts
# > []
# >
# > \setupfootertexts
# > []
# >
# > \setupheadertexts
# > [{\getmarking[section]}]
# > [\pagenumber]
# > [\pagenumber]
# > [{Chapter \getmarking[chapternumber].\ \getmarking[chapter]}]
# >
# > \setuphead
# > [chapter]
# > [page={yes,header,footer,right},
# > header=empty]
# >
# > \startfrontmatter
# > \completecontent
# > \stopfrontmatter
# >
# > \startbodymatter
# > \startchapter
# > [title=A chapter]
# >
# > \startsection
# > [title=A section]
# > Some text
# > \stopsection
# >
# > \page
# >
# > \startsection
# > [title=Another section]
# > Some text
# > \stopsection
# >
# > \stopchapter
# > \stopbodymatter
# >
# > \stoptext
# > ----------------------------------------------------------------------
# >
# > --
# > N. Raghavendra