From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aaron Jensen Subject: Re: org-mobile-push breaks currently open org-agenda Date: Sat, 11 Mar 2017 07:53:08 -0800 Message-ID: References: <91e06e9a-f1bf-4cb6-91fa-36421b2a7671@Spark> <87zigt9k95.fsf@nicolasgoaziou.fr> <3518F685-24D7-46FE-A402-B73D5E3DC144@gmail.com> <87bmt99h3i.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39075) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cmjKS-0005Jv-B0 for emacs-orgmode@gnu.org; Sat, 11 Mar 2017 10:53:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cmjKR-0004qA-HF for emacs-orgmode@gnu.org; Sat, 11 Mar 2017 10:53:12 -0500 Received: from mail-ua0-x235.google.com ([2607:f8b0:400c:c08::235]:36552) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cmjKR-0004ph-Da for emacs-orgmode@gnu.org; Sat, 11 Mar 2017 10:53:11 -0500 Received: by mail-ua0-x235.google.com with SMTP id 72so134654202uaf.3 for ; Sat, 11 Mar 2017 07:53:09 -0800 (PST) In-Reply-To: <87bmt99h3i.fsf@nicolasgoaziou.fr> 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" To: Nicolas Goaziou Cc: emacs-orgmode@gnu.org On Fri, Mar 10, 2017 at 9:28 AM, Nicolas Goaziou wrote: > ATM, I am not sure how it happens since the headline was extracted from > some document. Could you try evaluating > > M-: (org-get-at-bol 'org-marker) > > on a problematic line and report back the problem? I just get this: # > Better, do you have any ECM for the problem? Here is an ECM: https://github.com/aaronjensen/org-mobile-push-breaks-org-agenda-ecm $ mv ~/.emacs.d ~/.emacs.d.old $ git clone git@github.com:aaronjensen/org-mobile-push-breaks-org-agenda-ecm.git ~/.emacs.d.old $ emacs In emacs: 1. M-x org-agenda a 2. M-x org-mobile-push 3. C-n to TODO and hit t to mark as done This works fine with the built-in version of emacs, so this appears to be either a regression or a contrib issue. Thanks, Aaron