
I am using #:lang "racket/base"
in a scribble document for an @examples...
section of a scribble/base
doc. However I am getting: Warning: some cross references may be broken due to undefined tags:
(part ("(lib scribblings/guide/guide.scrbl)" "hash-lang"))

What do I need to require here? I tried all sorts of combinations but it doesn’t seem to help.

I thought for-label
was something that could be useful but I got even more problems when I tried to use it.

@pocmatos Does Greg’s suggestion work for you? https://lists.racket-lang.org/users/archive/2012-August/053522.html

try the +m
option … raco scribble +m file.scrbl

hm, +m
links to your local docs. I’m not sure how to make links into http://docs.racket-lang.org\|docs.racket-lang.org … maybe there’s a combination of +m
and --redirect

I’m in the middle of helping a student install a package, so only have a moment to note a bug and might not get around to filing it properly: the chinese translation of (string-constant install-pkg-dependencies-fail)
uses a full-width colon character instead of a regular colon, causing > cadr: contract violation
> expected: (cons/c any/c pair?)
> given: #f
> context...:
> /Applications/Racket
> v7.1/share/pkgs/gui-pkg-manager-lib/pkg/gui/private/by-source.rkt:534:4
> : adjust-deps method in by-source-panel%