From mboxrd@z Thu Jan 1 00:00:00 1970 From: Henning Weiss Subject: org-mobile: new edit nodes for new heading, delete, refile and archive Date: Wed, 21 Mar 2012 13:11:34 +0100 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=20cf303f6c865351b804bbbfb18e Return-path: Received: from eggs.gnu.org ([208.118.235.92]:41851) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SAKOD-0000MB-O4 for emacs-orgmode@gnu.org; Wed, 21 Mar 2012 08:11:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SAKO8-0003BO-NQ for emacs-orgmode@gnu.org; Wed, 21 Mar 2012 08:11:41 -0400 Received: from mail-yw0-f41.google.com ([209.85.213.41]:58360) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SAKO8-0003Aj-GE for emacs-orgmode@gnu.org; Wed, 21 Mar 2012 08:11:36 -0400 Received: by yhr47 with SMTP id 47so982984yhr.0 for ; Wed, 21 Mar 2012 05:11:35 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --20cf303f6c865351b804bbbfb18e Content-Type: text/plain; charset=ISO-8859-1 Hi, I have tried to extend org-mobile with four new edit nodes. One to add new headings, one for deletion of headings, one for refiling and one for archiving nodes. Having those in orgmode would allow mobileorg-android (and mobileorg) to be extended to allow a wider range of operations. The addition of new headings is already implemented in mobileorg-android and they seem to work properly. The current version of this patch is in my github repository. As I don't have a lot of experience with lisp I would appreciate if someone could give me a little feedback. I still need to write a function that compares two nodes (with their subtrees) against each other. This will ensure that the edit nodes are applied to the correct nodes. Any feedback would be appreciated. Henning --20cf303f6c865351b804bbbfb18e Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi,

I have tried to extend org-mobile with four new edit= nodes. One to add new headings, one for deletion of headings, one for refi= ling and one for archiving nodes.=A0Having those in orgmode would allow mob= ileorg-android (and mobileorg) to be extended to allow a wider range of ope= rations. The addition of new headings is already implemented in mobileorg-a= ndroid and they seem to work properly.

The current version of this patch is in my=A0gi= thub repository. As I don't have a lot of experience with lisp I wo= uld=A0appreciate=A0if someone could give me a little feedback. I still need= to write a function that compares two nodes (with their subtrees) against = each other. This will ensure that the edit nodes are applied to the correct= nodes.

Any feedback would be=A0appreciated.

Henning
--20cf303f6c865351b804bbbfb18e--