From: Carsten Dominik <dominik@science.uva.nl>
To: Tassilo Horn <tassilo@member.fsf.org>
Cc: emacs-orgmode@gnu.org
Subject: Re: Some bugs in org-5.05 docs
Date: Thu, 23 Aug 2007 17:47:31 +0200 [thread overview]
Message-ID: <b1e89e31f9b989aef9b426f7f7971ffe@science.uva.nl> (raw)
In-Reply-To: <87bqcy2v54.fsf@baldur.tsdh.de>
Thanks, Tassilo.
- Carsten
On Aug 23, 2007, at 16:16, Tassilo Horn wrote:
> Hi Carsten,
>
> ,----[ C-h f org-insert-link-global RET ]
> | org-insert-link-global is an interactive compiled Lisp function in
> `org.el'.
> | It is bound to C-c o i.
> | (org-insert-link-global)
> |
> | Insert a link like Org-mode does.
> | This command can be called in any mode to follow a link that has
> | Org-mode syntax.
> `----
>
> Clearly the second sentence is wrong. It creates links and doesn't
> follow them.
>
> ,----[ (info "(org)Using links outside Org-mode") ]
> | (define-key global-map 'org-insert-link-global "\\C-c L")
> | (define-key global-map 'org-open-at-point-global "\\C-c o")
> `----
>
> That's totally broken. :-) `define-key' has this signature:
>
> (define-key KEYMAP KEY DEF)
>
> So KEY has to be before DEF. And there's one \ too much in the KEY
> definition. Maybe using the (kbd "C-c L") form would be the best, as
> it
> is the easiest for users. And maybe `global-set-key' is better, too...
>
> (global-set-key (kbd "C-c L") 'org-insert-link-global)
> (global-set-key (kbd "C-c o") 'org-open-at-point-global)
>
> ,----[ (info "(org)Radio targets") ]
> | You can configure Org-mode to link any occurrences of certain target
> | names in normal text.
> `----
>
> Hey, that's a nice feature. I just tried it out and it just worked, so
> it seems that not further customizations are required. So I'd rephrase
> the sentence above a bit to not confuse users. (Oh, it can be
> configured, but where is explained how?!?)
>
> Thanks for your brilliant work!
> Tassilo
> --
> Using his trademark roundhouse kick, Chuck Norris once made a
> fieldgoal
> in RJ Stadium in Tampa Bay from the 50 yard line of Qualcomm stadium
> in
> San Diego.
>
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
>
--
Carsten Dominik
Sterrenkundig Instituut "Anton Pannekoek"
Universiteit van Amsterdam
Kruislaan 403
NL-1098SJ Amsterdam
phone: +31 20 525 7477
next prev parent reply other threads:[~2007-08-23 15:47 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-23 14:16 Some bugs in org-5.05 docs Tassilo Horn
2007-08-23 15:47 ` Carsten Dominik [this message]
2007-08-23 16:00 ` Carsten Dominik
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=b1e89e31f9b989aef9b426f7f7971ffe@science.uva.nl \
--to=dominik@science.uva.nl \
--cc=emacs-orgmode@gnu.org \
--cc=tassilo@member.fsf.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.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.