From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/32004 Path: news.gmane.org!not-for-mail From: Aditya Mahajan Newsgroups: gmane.comp.tex.context Subject: Re: Index and bookmark problem Date: Fri, 1 Dec 2006 13:32:24 -0500 (EST) Message-ID: References: <45706DF3.6030100@cs.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1164997992 2796 80.91.229.2 (1 Dec 2006 18:33:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 1 Dec 2006 18:33:12 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Dec 01 19:33:07 2006 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1GqDBx-0003ph-J9 for gctc-ntg-context-518@m.gmane.org; Fri, 01 Dec 2006 19:32:57 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 313A51FECA; Fri, 1 Dec 2006 19:30:46 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 26780-04-7; Fri, 1 Dec 2006 19:30:36 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 93D5B1FED0; Fri, 1 Dec 2006 19:30:36 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7AAE11FF38 for ; Fri, 1 Dec 2006 19:30:34 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 26780-04-6 for ; Fri, 1 Dec 2006 19:30:17 +0100 (CET) Original-Received: from hellskitchen.mr.itd.umich.edu (smtp.mail.umich.edu [141.211.14.82]) by ronja.ntg.nl (Postfix) with SMTP id 3E47F1FECA for ; Fri, 1 Dec 2006 19:30:16 +0100 (CET) Original-Received: FROM aditya.annarb01.mi.comcast.net (c-68-40-50-205.hsd1.mi.comcast.net [68.40.50.205]) BY hellskitchen.mr.itd.umich.edu ID 45707539.48ECB.6172 ; 1 Dec 2006 13:32:25 -0500 Original-To: mailing list for ConTeXt users In-Reply-To: <45706DF3.6030100@cs.com> X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:32004 Archived-At: On Fri, 1 Dec 2006, Wim Neimeijer wrote: > Hi, > > I get an error when I use bookmarks in combination with indexed keywords in > chapter/section > like the example below. When I comment out the \placebookmarks, things seem > to work. > Is this behavior to be expected or is there a workaround/solution ? add \appendtoks\let\index\gobbleoneargument\to\simplifiedcommands somewhere before \placebookmarks. You may need to remove your tuo file to get this working. Aditya