ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Miller Maley <maley@idaccr.org>
Subject: Bug in block mechanism?
Date: Sat, 9 Feb 2002 15:03:40 -0500	[thread overview]
Message-ID: <1C918A41-1D98-11D6-8BA9-0003935A7A70@idaccr.org> (raw)

When I upgraded from ConTeXt 2001.2.27 to 2001.11.13, something broke
in the block mechanism.  When I create hidden blocks in different 
chapters and
try to recall them at the end of the document, only the first block is 
typeset.
A small test case is below.  The block "foo" shows up but "bar" does not.
I get the same result when the two \useblocks lines are replaced by
a single line \useblocks[note].  But if I take out the \chapter 
commands, it works.

-- Miller Maley

\setupoutput[pdftex]
\defineblock[note]
\hideblocks[note]
\starttext
\chapter[chp:one]{First}
Text for chapter one.
\beginnote[foo]
note is foo
\endnote
\chapter[chp:two]{Second}
Text for chapter two.
\beginnote[bar]
note is bar
\endnote
\chapter[chp:notes]{Notes}
\useblocks[note][foo]
\useblocks[note][bar]
\stoptext


             reply	other threads:[~2002-02-09 20:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-02-09 20:03 Miller Maley [this message]
2002-02-10 19:55 ` Hans Hagen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1C918A41-1D98-11D6-8BA9-0003935A7A70@idaccr.org \
    --to=maley@idaccr.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).