From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Stautz Subject: Re: Help: Convert Org-Mode to Shadowplan for Palm (Centro) Date: Mon, 20 Jul 2009 16:13:15 -0700 Message-ID: <2a49261f0907201613n65ed5f4ene74d5bf426fb822c@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MT23B-0007qb-F7 for emacs-orgmode@gnu.org; Mon, 20 Jul 2009 19:13:41 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MT236-0007p6-Vd for emacs-orgmode@gnu.org; Mon, 20 Jul 2009 19:13:41 -0400 Received: from [199.232.76.173] (port=54622 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MT236-0007p1-Jz for emacs-orgmode@gnu.org; Mon, 20 Jul 2009 19:13:36 -0400 Received: from an-out-0708.google.com ([209.85.132.243]:12301) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MT236-00089m-77 for emacs-orgmode@gnu.org; Mon, 20 Jul 2009 19:13:36 -0400 Received: by an-out-0708.google.com with SMTP id b6so2613626ana.21 for ; Mon, 20 Jul 2009 16:13:35 -0700 (PDT) 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 p.raschdorff macbay.de> writes: > using both - my Palm OS device with the ShadowPlan outliner and Org-mode, > I've tried to bring these two worlds together. > > Shadow-Org > http://code.google.com/p/shadow-org/ > > are two perl-scripts that can convert org to shadowplan (xml) and back. > Doing some testing, it seems that the Tags present in the original > shadowplan-file are not included in the XML file. > > Since my setup in showplan on the palm and in orgmode are based on tags, I > would like to know if someone has successfully converted ShadowPlan <-> > Orgmode including tags and dates?! I'm the author of those scripts, but it's been quite a while since I looked at them... And to be honest, it's been a VERY long while since I used ShadowPlan. The tags limitation is due to the fact that my copy of Shadow Desktop (OS X version) never supported tags. As I recall, the tags are stored in a separate XML file somewhere -- but this was never implemented on the Mac version of Shadow Desktop. (See: http://groups.yahoo.com/group/shadow-discuss/message/23454) It may take a big of spelunking to sort out how Shadow Plan stores that data. I've never seen Shadowplan's XML tag files, so I wouldn't know how to go about parsing them. Feel free to dive into the SVN repository and make changes to those scripts as you see fit. --Jeff --Jeff