Re: [O] Some thoughts on MobileOrg and its development ....

2014-08-14 Thread Henning Weiss
Hi, My name is Henning and I am the co-maintainer of MobileOrg Android. The reason I stopped working on the project is partially the lack of time, but also because I didn't believe in the design of org-mobile-push/pull and edit nodes. Almost half of the bugs on our issue tracker are with regards

Re: [O] Problem with Google Calendar Synchronization

2013-05-07 Thread Henning Weiss
Hi, On Tue, May 7, 2013 at 12:26 PM, Tassilo Horn wrote: > Guido Van Hoecke writes: > > Hu Giudo, > > > When executing the awk script written by Eric S. Fraga at > > http://orgmode.org/worg/org-tutorials/org-google-sync.html I get > > following error: > > > > /usr/bin/awk: calling undefined fun

Re: [O] Android MobileOrg: appointments without SCHEDULED/DEADLINE

2013-04-24 Thread Henning Weiss
Hi, On Wed, Apr 24, 2013 at 6:41 AM, RĂ©mi Vanicat wrote: > Karl Voit writes: > > > Hi! > > > > * Matthew Jones wrote: > >> - If you have issues and you don't tell us then we have no way of > helping > >> you and the problem might not go away. > > > > I mainly use MobileOrg on my Android phone

Re: [O] Android MobileOrg: appointments without SCHEDULED/DEADLINE (was: Agenda in MobileOrg for Android)

2013-04-24 Thread Henning Weiss
Hi, I don't seem to have the full context for this thread, but I'll reply anyway. On Tue, Apr 23, 2013 at 12:50 PM, Karl Voit wrote: > Hi! > > * Matthew Jones wrote: > > - If you have issues and you don't tell us then we have no way of helping > > you and the problem might not go away. > > I m

Re: [O] [PATCH] org-mobile agenda title

2013-01-04 Thread Henning Weiss
Hi Bastien, sorry for the late reply. On Sun, Dec 30, 2012 at 9:55 AM, Bastien wrote: > Hi Henning, > > Henning Weiss writes: > > > I was wondering why this patch was reversed in master. > > I think the line didn't change since 4a49e40d but I might be wrong. &g

Re: [O] [PATCH] org-mobile agenda title

2012-12-05 Thread Henning Weiss
Hi, I was wondering why this patch was reversed in master. An updated version of the patch is attached, and a discussion of what it does is below. Henning On Wed, Jan 25, 2012 at 10:21 PM, Henning Weiss wrote: > Hi everyone, > > I have been working on a patch for > mobileorg-a

Re: [O] mobileorg for android: perhaps best to wait on an update

2012-12-03 Thread Henning Weiss
Hi, Checking "show done" in the preferences should make all entries appear. A fixed version will be available soon. Henning On Mon, Dec 3, 2012 at 1:08 AM, Brian van den Broek < brian.van.den.br...@gmail.com> wrote: > Hi all, > > mobileorg for android 0.9.5 came out a few days ago. Looks like

Re: [O] Differences between MobileOrg and MobileOrgNG

2012-09-27 Thread Henning Weiss
Hi, On Thu, Sep 27, 2012 at 1:46 AM, Robert Eckl wrote: > > Hi, > > Henning Weiss wrote: > > > On Wed, Sep 19, 2012 at 12:53 AM, wrote: > > Henning Weiss wrote: > > > >>> On Mon, Sep 17, 2012 at 9:20 PM, Robert Eckl wrote: > > > >&g

Re: [O] Differences between MobileOrg and MobileOrgNG

2012-09-25 Thread Henning Weiss
Hi, On Wed, Sep 19, 2012 at 12:53 AM, wrote: > Henning Weiss wrote: > > >> On Mon, Sep 17, 2012 at 9:20 PM, Robert Eckl wrote: > > >> If i Push the org-files under Windows with MobileOrg the different > >> org-files are not synced, but with MobileOrgNG th

Re: [O] Differences between MobileOrg and MobileOrgNG

2012-09-17 Thread Henning Weiss
Hi, On Mon, Sep 17, 2012 at 9:20 PM, Robert Eckl wrote: > > If i Push the org-files under Windows with MobileOrg the different > org-files are not synced, but with MobileOrgNG they are. If i push the > org-files under Mac OS, the org-files are synced even with MobileOrg. > This sounds like a kno

Re: [O] [Feature Request] org-mobile edit:add nodes

2012-06-22 Thread Henning Weiss
Hi Bastien, both Aaron and me have used this patch for a while now without problems. What would it take to get it merged in? Henning

Re: [O] [Feature Request] org-mobile edit:add nodes

2012-05-22 Thread Henning Weiss
On Tue, May 22, 2012 at 7:54 PM, Bastien wrote: > Hi Henning, > > Henning Weiss writes: > > > I have refined the edit nodes patch. Aaron Peromsik has helped me > > with developing and testing it. He hasn't reported any problems with > > it and I have been

Re: [O] [Feature Request] org-mobile edit:add nodes

2012-05-22 Thread Henning Weiss
Hi, On Tue, Apr 24, 2012 at 1:08 AM, Bastien wrote: > Henning Weiss writes: > > > it turns out that there are a couple of problems with that particular > > patch. Some issues have already been fixed with the help of someone > > else from the mobileorg community, but m

Re: [O] [Feature Request] org-mobile edit:add nodes

2012-04-23 Thread Henning Weiss
On Fri, Apr 20, 2012 at 1:55 PM, Bastien wrote: > Hi Henning, > > I'm not using org-mobile.el so it's hard to test this patch. > > Can anyone test and report? > > Henning Weiss writes: > > > I am currently trying to allow mobileorg-android to captur

Re: [O] [PATCH] org-mobile newheading, delete, refile and archive edit nodes

2012-04-14 Thread Henning Weiss
Hi Bastien, On Mon, Apr 9, 2012 at 12:50 PM, Bastien wrote: > Hi Henning, > > Henning Weiss writes: > > > I have attached a patch for org-mobile.el which adds four additional > > edit nodes. They seem to work and adding and deleting has already > > been imp

[O] [PATCH] org-mobile newheading, delete, refile and archive edit nodes

2012-04-07 Thread Henning Weiss
o the current, as to prevent conflicts. Henning Weiss diff --git a/lisp/org-mobile.el b/lisp/org-mobile.el index 3bd9a7c..60d0659 100644 --- a/lisp/org-mobile.el +++ b/lisp/org-mobile.el @@ -1062,6 +1062,57 @@ be returned that indicates what went wrong." (org-set-tags nil 'align

[O] org-mobile: new edit nodes for new heading, delete, refile and archive

2012-03-21 Thread Henning Weiss
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 additi

Re: [O] List all habits with consistency graph

2012-03-21 Thread Henning Weiss
d somehow be possible to create an agenda that "collapses" multiple days into one, I could filter it by habit to give me a habit list. I could see myself using this collapsed agenda for other things as well. Henning On Wed, Mar 21, 2012 at 10:49 AM, Bastien wrote: > Hi Henning, >

[O] List all habits with consistency graph

2012-03-20 Thread Henning Weiss
as so far resisted my attempts at inserting consistency graphs into those search views. How could this be accomplished? best regards, Henning Weiss

[O] [PATCH] org-attach-store-link-p gets wrong value for attach when using customize-variable

2012-03-12 Thread Henning Weiss
ot;. best regards, Henning Weiss diff --git a/lisp/org-attach.el b/lisp/org-attach.el index 1816a07..7ba3d72 100644 --- a/lisp/org-attach.el +++ b/lisp/org-attach.el @@ -105,7 +105,7 @@ lncreate a hard link. Note that this is not supported :type '(choice (const :tag "D

[O] [Feature Request] org-mobile edit:add nodes

2012-03-04 Thread Henning Weiss
-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 f

Re: [O] [PATCH] org-mobile agenda title

2012-01-28 Thread Henning Weiss
On Sat, Jan 28, 2012 at 3:41 PM, Bastien wrote: > Hi Henning, > > Henning Weiss writes: > > > I have been working on a patch for mobileorg-android that improves > > the displaying of the generated agendas.org file. The problem I'm > > having is that TITLE:

[O] [PATCH] org-mobile agenda title

2012-01-25 Thread Henning Weiss
ially break other org-mobile clients and might not be the best way to solve this. What would it take to include this in orgmode? best regards, Henning Weiss diff --git a/lisp/org-mobile.el b/lisp/org-mobile.el index 541ccc8..82320c7 100644 --- a/lisp/org-mobile.el +++ b/lisp/org-mobile.el @@ -59

[O] org-enforce-todo-dependencies and mobile agendas

2011-09-24 Thread Henning Weiss
n the mobile agendas? Henning Weiss