From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Suckling Subject: Re: org-mac-protocol problem - Initial content missing Date: Sun, 02 Aug 2009 10:37:51 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MXWZt-0005Uu-M4 for emacs-orgmode@gnu.org; Sun, 02 Aug 2009 04:38:01 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MXWZo-0005TD-R2 for emacs-orgmode@gnu.org; Sun, 02 Aug 2009 04:38:00 -0400 Received: from [199.232.76.173] (port=43356 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MXWZo-0005T7-Ga for emacs-orgmode@gnu.org; Sun, 02 Aug 2009 04:37:56 -0400 Received: from mail-ew0-f211.google.com ([209.85.219.211]:34607) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MXWZo-0008PA-3A for emacs-orgmode@gnu.org; Sun, 02 Aug 2009 04:37:56 -0400 Received: by ewy7 with SMTP id 7so575098ewy.42 for ; Sun, 02 Aug 2009 01:37:53 -0700 (PDT) In-Reply-To: (CHENG Gao's message of "Sun, 02 Aug 2009 02:59:29 +0800") 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: CHENG Gao Cc: emacs-orgmode@gnu.org On Sun, 02 Aug 2009 02:59:29 +0800, CHENG Gao wrote: > I found "%i" in remember template doesn't work. In remember buffer I > only get link to original page. Initial content is not inserted even > though I selected them, and even I did "Command-c" after the content is > selected. > > How could I get content remember instead of link? To be honest, there's not really enough information here to give an effective answer. Here are two guesses: 1. Initial content is only supported from certain applications - currently Safari, Skim, and (to a very limited extent) BibDesk. This is due to the scope of the applications' AppleScript dictionaries. The manual for org-mac-protocol provides a table of which applications are supported by org-mac-protocol. 2. If the remember template or the note template is not creating a remember buffer at all, the org-mac-protocol.el may not be loading correctly because org-remember-templates has yet to be defined. I am about to publish a small change to org-mac-protocol.el and the documentation that will eliminate this problem. HTH, Christopher