From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Some bugs in org-5.05 docs Date: Thu, 23 Aug 2007 17:47:31 +0200 Message-ID: References: <87bqcy2v54.fsf@baldur.tsdh.de> Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IOEuL-0003nK-Cl for emacs-orgmode@gnu.org; Thu, 23 Aug 2007 11:47:41 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IOEuI-0003jp-Uv for emacs-orgmode@gnu.org; Thu, 23 Aug 2007 11:47:40 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IOEuI-0003jh-RE for emacs-orgmode@gnu.org; Thu, 23 Aug 2007 11:47:38 -0400 Received: from korteweg.uva.nl ([146.50.98.70]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IOEuI-0001Wg-E2 for emacs-orgmode@gnu.org; Thu, 23 Aug 2007 11:47:38 -0400 In-Reply-To: <87bqcy2v54.fsf@baldur.tsdh.de> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Tassilo Horn Cc: emacs-orgmode@gnu.org 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