From mboxrd@z Thu Jan 1 00:00:00 1970 From: Henning Weiss Subject: [Feature Request] org-mobile edit:add nodes Date: Sun, 4 Mar 2012 19:20:19 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:36031) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S4G2h-0006Dr-Tw for emacs-orgmode@gnu.org; Sun, 04 Mar 2012 13:20:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S4G2g-0001O9-7N for emacs-orgmode@gnu.org; Sun, 04 Mar 2012 13:20:23 -0500 Received: from mail-yx0-f169.google.com ([209.85.213.169]:47436) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S4G2g-0001Nk-0G for emacs-orgmode@gnu.org; Sun, 04 Mar 2012 13:20:22 -0500 Received: by yenm8 with SMTP id m8so1651774yen.0 for ; Sun, 04 Mar 2012 10:20:19 -0800 (PST) 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 Hi everyone, I am currently trying to allow mobileorg-android to capture new headings into files other than mobileorg.org. It seems to me that org-mobile does not support refiling of nodes. As my experience with lisp programming is very limited, I was hoping someone on this list could add this feature. I was thinking of something along the lines of an add edit node: F(edit:add) [[node path to parent (olp or id)][Title]] ** Old value ** New value *** TODO New node :tag1:tag2: initial payload ** End of edit Which would result in a new heading to be created under the parent when org-mobile-apply is run. Having "delete nodes" would also be great. Having those would make capturing much more convenient. Everything to support this feature is added to mobileorg-android, it simply needs to be extended to generate the appropriate "add edit nodes". Thanks in advance for any help, Henning Weiss