From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Re: [PATCH] Add 2 customizations to org-annotation-helper: template-shortcut, auto-finalize-remember Date: Sun, 23 Aug 2009 16:44:40 +0200 Message-ID: <87fxbisi7b.fsf@gmx.de> References: <20090820143342.GG11071@gaizka-desktop> <630BEC88-ED11-4563-9B31-199FF7A1E28F@gmail.com> 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 1MfEJN-0006XK-7n for emacs-orgmode@gnu.org; Sun, 23 Aug 2009 10:44:49 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MfEJI-0006Te-Lu for emacs-orgmode@gnu.org; Sun, 23 Aug 2009 10:44:48 -0400 Received: from [199.232.76.173] (port=50769 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MfEJI-0006TP-FD for emacs-orgmode@gnu.org; Sun, 23 Aug 2009 10:44:44 -0400 Received: from mail.gmx.net ([213.165.64.20]:53092) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1MfEJH-0001N0-Qm for emacs-orgmode@gnu.org; Sun, 23 Aug 2009 10:44:44 -0400 In-Reply-To: <630BEC88-ED11-4563-9B31-199FF7A1E28F@gmail.com> (Carsten Dominik's message of "Sun, 23 Aug 2009 14:45:41 +0100") 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: Carsten Dominik Cc: Gaizka Villate , emacs-orgmode@gnu.org Carsten Dominik writes: > Hi > > It is my feeling that org-annotation-helper is largely a subset > of what org-protocol does. Would it not be useful to merge this > new functionality into org-protocol.el? org-annotation-helper is part of org-protocol.el - that's why the authors of org-annotation-helper.el are mentioned in the head of org-protocol.el. It was what I started from actually. The functionality is included there (unless I missed something). Sebastian