From mboxrd@z Thu Jan 1 00:00:00 1970 From: Juan Reyero Subject: Re: MobileOrg 1.0 for iPhone/iPod Touch now available Date: Fri, 6 Nov 2009 12:36:35 +0100 Message-ID: <55bd243d0911060336i24f7db8v1b0f7ea0e3c81df3@mail.gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N6N7Q-0001tG-N8 for emacs-orgmode@gnu.org; Fri, 06 Nov 2009 06:36:40 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N6N7P-0001sB-BX for emacs-orgmode@gnu.org; Fri, 06 Nov 2009 06:36:39 -0500 Received: from [199.232.76.173] (port=57812 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N6N7P-0001rx-2b for emacs-orgmode@gnu.org; Fri, 06 Nov 2009 06:36:39 -0500 Received: from fg-out-1718.google.com ([72.14.220.154]:36545) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N6N7O-0004Qf-M8 for emacs-orgmode@gnu.org; Fri, 06 Nov 2009 06:36:38 -0500 Received: by fg-out-1718.google.com with SMTP id e21so155769fga.12 for ; Fri, 06 Nov 2009 03:36:36 -0800 (PST) In-Reply-To: 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: Richard Moreland Cc: org-mode Mailing List Hi everyone, This is sweet. Got orgmobile working with my mac, with local apache and local wifi network, and it's just amazing how well it works. One glitch, though, is that it does not export tags-todo custom agenda views. I've made the small change to make it work: index 5e3ccdc..4019105 100644 --- a/lisp/org-mobile.el +++ b/lisp/org-mobile.el @@ -428,7 +428,7 @@ The table of checksums is written to the file mobile-ch= ecksu ((memq (nth 2 e) '(todo-tree tags-tree occur-tree)) ;; These are trees, not really agenda commands ) - ((memq (nth 2 e) '(agenda todo tags)) + ((memq (nth 2 e) '(agenda todo tags tags-todo)) ;; a normal command (setq key (car e) desc (nth 1 e) type (nth 2 e) match (nth 3 e) settings (nth 4 e)) It still does not export most of my ridiculously complex custom agendas, but it's good enough. Thanks again for a great piece of software, Juan http://juanreyero.com On Tue, Nov 3, 2009 at 11:19 PM, Richard Moreland wrote: > Hi all, > > MobileOrg 1.0 is now available in the iTunes AppStore: =A0http://bit.ly/1= kpHqg > =A0Documentation (including a screencast demonstrating the app) is availa= ble > on the website at http://mobileorg.ncogni.to. > > Many thanks to Carsten and all the beta testers who helped get it ready f= or > release. =A0Feel free to contact me with any questions or support request= s. > =A0If there is a question related to Org-mode integration, CC: Carsten to= o, > he's the expert on that side of things. > > Be sure to use Org-mode 6.32 or later. > > Hope you all enjoy. > > Thanks, > Richard > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > --=20 http://juanreyero.com/blog http://unarueda.com