From mboxrd@z Thu Jan 1 00:00:00 1970 From: CHENG Gao Subject: Re: New screencast about org-protocol.el Date: Sat, 01 Aug 2009 17:41:02 +0800 Message-ID: References: <874ot9kky3.fsf@bzg.ath.cx> <80B28E99-9D3D-47CD-8C26-307450F545D9@mac.com> <71454fac0907191244n61313a8at872663d5085fd211@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MXB9N-0007wk-M8 for emacs-orgmode@gnu.org; Sat, 01 Aug 2009 05:45:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MXB9I-0007sp-B6 for emacs-orgmode@gnu.org; Sat, 01 Aug 2009 05:45:12 -0400 Received: from [199.232.76.173] (port=47510 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MXB9I-0007se-4b for emacs-orgmode@gnu.org; Sat, 01 Aug 2009 05:45:08 -0400 Received: from main.gmane.org ([80.91.229.2]:58944 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MXB9H-0003V2-Ei for emacs-orgmode@gnu.org; Sat, 01 Aug 2009 05:45:07 -0400 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1MXB9C-0004B4-Qn for emacs-orgmode@gnu.org; Sat, 01 Aug 2009 09:45:03 +0000 Received: from 121.229.214.10 ([121.229.214.10]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 01 Aug 2009 09:45:02 +0000 Received: from chenggao by 121.229.214.10 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 01 Aug 2009 09:45:02 +0000 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: emacs-orgmode@gnu.org *On Sat, 01 Aug 2009 17:18:06 +0800 * Also sprach CHENG Gao : > > I am very excited to find your org-mac-protocol. I installed it following > the manual, and after starting Emacs.app (Cocoa port build from latest > git source), I got error message sayding org-remember-templates is not > defined. > > Could you please post org-mac-protocal related setting in your .emacs? > Thank you very much for your help. Stupid me. The reason is I did not use org-remember-templates since I only use one file for all kinds of notes. I add (setq org-remember-templates nil) before (require 'org-mac-protocol), and it works well. Before posting this, I just sucessfully (org-remember)ed something from some webpage. I wish scripts can be put into a subdirectory like Org-Mac-Protocol instead of directly under ~/Library/Scripts/. Thanks a lot. It's really a great package.