Hello Philip, thanks for the answer, but that did not help me, i believe. I went trough the org-mobile-push with the edebug, but i believe that i have to understand how another function that is in there works, maybe these: (let ((inhibit-redisplay t) (org-agenda-files (mapcar 'car org-mobile-files-alist))) (org-mobile-create-sumo-agenda)) and i cannot start the debugger in the same way on them, as they are not startable via M-x. Does anybody have a clue, what could be the reason, why my agenda is normally created but the agendas.org is containing all my agenda view but without any headline (todo) in it? Am 06.07.2016 um 00:06 schrieb Philip Hudson: > On 5 July 2016 at 21:09, Michael Ziems wrote: >> Is there any way, that i can try to debug the "org-mobile-push" > > Eval this in your scratch buffer: > > (info "(elisp) Edebug") > > Then use C-h f org-mobile-push -- the function help buffer contains a > link to the function's source code definition, which you can then > instrument for the debugger by typing C-u C-M-x with point anywhere in > the function definition. > > HTH >