Hi Holger,

On 10-Dec-15, at 4:56 AM, hma...@hush.ai 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.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to