From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eli Zaretskii Subject: =?UTF-8?B?UmU6IGluZm8gVVJMIMKrIG9wZW4gYXQgcG9pbnQgwrsgcGF0Y2g=?= Date: Sun, 24 Jun 2018 20:03:31 +0300 Message-ID: <8336xct8v0.fsf@gnu.org> References: , <83h8lstfwh.fsf@gnu.org> Reply-To: Eli Zaretskii Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: In-reply-to: (message from Vincent =?iso-8859-1?Q?Bela=EFche?= on Sun, 24 Jun 2018 16:48:30 +0000) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sender: "Emacs-devel" To: Vincent =?iso-8859-1?Q?Bela=EFche?= Cc: emacs-orgmode@gnu.org, emacs-devel@gnu.org List-Id: emacs-orgmode.gnu.org > From: Vincent Belaïche > CC: "emacs-devel@gnu.org" , "emacs-orgmode@gnu.org" > > Date: Sun, 24 Jun 2018 16:48:30 +0000 > > To my understanding @xref works only for info links (node names or anchors, or qualified thereof where the > qualificator is the info document name) --- maybe I am wrong, tell me if so --- but I want to refer to an HTML > or PDF document. No, Texinfo cross-references work in any format supported by Texinfo. If your link should only appear in the HTML version, you could use the @ifhtml..@end ifhtml conditional, and similarly with links that should only appear in PDF (i.e. printed version) of the manual. There's also @ifnotinfo etc. So once again I don't think I understand the problem. Could you perhaps elaborate, or show an actual example?