From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/20672 Path: news.gmane.org!not-for-mail From: "Denis Pinsard" Newsgroups: gmane.comp.tex.context Subject: \goto a file in the parent directory Date: Sat, 04 Jun 2005 11:57:06 +0200 Message-ID: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; format=flowed; delsp=yes; charset=iso-8859-15 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1117878842 15647 80.91.229.2 (4 Jun 2005 09:54:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 4 Jun 2005 09:54:02 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sat Jun 04 11:53:57 2005 Return-path: 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 1DeVLW-0004qg-Ox for gctc-ntg-context-518@m.gmane.org; Sat, 04 Jun 2005 11:53:38 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 2C910127CD; Sat, 4 Jun 2005 11:57:01 +0200 (CEST) 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 23428-08; Sat, 4 Jun 2005 11:56:58 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9E0B1127C2; Sat, 4 Jun 2005 11:56:57 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 02FBD127C2 for ; Sat, 4 Jun 2005 11:56:56 +0200 (CEST) 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 23429-07 for ; Sat, 4 Jun 2005 11:56:55 +0200 (CEST) Original-Received: from sutherland.numericable.net (sutherland.numericable.net [80.236.3.117]) by ronja.ntg.nl (Postfix) with ESMTP id 75C031277E for ; Sat, 4 Jun 2005 11:56:55 +0200 (CEST) Original-Received: (qmail 19556 invoked from network); 4 Jun 2005 09:56:54 -0000 Original-Received: from unknown (HELO brehat.mshome.net) ([85.68.18.94]) (envelope-sender ) by sutherland.numericable.net (qmail-ldap-1.03) with SMTP for ; 4 Jun 2005 09:56:54 -0000 Original-To: "ntg-context@ntg.nl" User-Agent: Opera M2/7.54 (Win32, build 3865) X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 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-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on smtp.ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:20672 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:20672 Hello, Assume that 'target.pdf' is in the current directory, the parent director= y =20 and in the 'subdir' directory. \setupinteraction[state=3Dstart] \starttext \goto{GOTO}[target::] % Works \goto{GOTO}[subdir/target::] % Works \goto{GOTO}[../target::] % Doesn't work \stoptext Any help is welcome. --=20 Denis.