From mboxrd@z Thu Jan 1 00:00:00 1970 From: Trevor Alexander Subject: org-mode mobile pull errors not marked FLAGGED Date: Fri, 20 Dec 2013 14:30:21 -1000 Message-ID: <52B4E11D.9040003@privatdemail.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33951) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VuAXv-0000NG-2e for emacs-orgmode@gnu.org; Fri, 20 Dec 2013 19:36:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VuAXq-0004VY-28 for emacs-orgmode@gnu.org; Fri, 20 Dec 2013 19:35:59 -0500 Received: from mail.privatdemail.net ([217.139.17.156]:55922) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VuAXp-0004VF-Mm for emacs-orgmode@gnu.org; Fri, 20 Dec 2013 19:35:53 -0500 Received: from localhost (localhost [127.0.0.1]) by mail.privatdemail.net (Postfix) with ESMTP id E3D5D6B674 for ; Sat, 21 Dec 2013 02:30:29 +0200 (EET) Received: from mail.privatdemail.net ([127.0.0.1]) by localhost (mail.privatdemail.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id I1m6Xhnj1T1n for ; Sat, 21 Dec 2013 02:30:29 +0200 (EET) 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org According to the org-mode manual, there is a standard fast workflow for handling errors in the mobile pull process, but my inbox org file doesn't set provide the appropriate tags: >Pressing ? in that special agenda will display the full flagging note in another window and also push it onto the kill ring. So you could use ? z C-y C-c C-c to store that flagging note as a normal note in the entry. Pressing ? twice in succession will offer to remove the :FLAGGED: tag along with the recorded flagging note (which is stored in a property). In this way you indicate that the intended processing for this flagged entry is finished. >If you are not able to process all flagged entries directly, you can always return to this agenda view using C-c a ?. Pressing those keystrokes doesn't do anything for me, since nothing is marked :FLAGGED:. Here is a sample error block from my inbox org file: * Body was changed in MobileOrg and on the computer F(edit:body) [[olp:tracking.org:header1/header2][[2013-12-08 =E6=97=A5 11:59]]] ** Old value - Foo ** New value - Bar ** End of edit Is there some variable I need to change? Thanks, -Trevor