[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Orgmode] mac-iCal / mac-link-grabber integration.
From: |
Anthony Lander |
Subject: |
Re: [Orgmode] mac-iCal / mac-link-grabber integration. |
Date: |
Wed, 15 Dec 2010 08:36:05 -0500 |
Hi Holger,
On 10-Dec-15, at 4:56 AM, address@hidden wrote:
Hi,
I have problems to integrate mac-iCal / mac-link-grabber.
(Snow Leopard 10.6.5 / GNU Emacs 23.2.1 (x86_64-apple-darwin, NS
apple-appkit-1038.29) / Org-mode version 7.3)
The steps:
1. M-x customize-group RET org RET
2. enabling "mac-link-grabber" and "mac-iCal"
3. .emacs:
(add-hook 'org-mode-hook '(lambda () (define-key org-mode-map (kbd
"C- c g") 'omgl-grab-link)))
Small spelling mistake there. Try this:
(add-hook 'org-mode-hook '(lambda () (define-key org-mode-map (kbd "C-
c g") 'omlg-grab-link)))
Please let me know if that fixes your problem.
-Anthony
4. restart
One entry in the adressbook is selected and after typing c-c g in
emacs,
the buffer says: Symbol's function definition is void: omgl-grab-
link
What´s wrong?
How can I see my iCal event in the org agenda (c-c a a)?
Thank you,
Holger
_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode