From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Troxel Subject: org-mobile-push failure with git tip Date: Tue, 15 Nov 2011 21:11:43 -0500 Message-ID: Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([140.186.70.92]:53126) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RQUyY-00032y-SB for emacs-orgmode@gnu.org; Tue, 15 Nov 2011 21:11:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RQUyX-0001xO-9n for emacs-orgmode@gnu.org; Tue, 15 Nov 2011 21:11:46 -0500 Received: from fnord.ir.bbn.com ([192.1.100.210]:64523) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RQUyX-0001xC-56 for emacs-orgmode@gnu.org; Tue, 15 Nov 2011 21:11:45 -0500 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 Cc: Nicolas Goaziou --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable I recently updated to the latest git, and found that while everything else I tried was ok, I got a backtrace when doing org-mobile-push. Bisecting, I found that the problem commit is: commit dc62cdcdf11f305149281d16ef2200e18c7abd43 Author: Nicolas Goaziou Date: Sun Oct 23 22:42:48 2011 +0200 org-agenda: Fix small display bug. =20=20=20=20 * lisp/org-agenda.el: Fix small display bug. diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index 32087e3..2bbb832 100644 =2D-- a/lisp/org-agenda.el +++ b/lisp/org-agenda.el @@ -3887,7 +3887,7 @@ in `org-agenda-text-search-extra-files'." (if (not regexps+) (setq regexp org-outline-regexp-bol) (setq regexp (pop regexps+)) =2D (if hdl-only (setq regexp (concat org-outline-regexp-bol " .*?" + (if hdl-only (setq regexp (concat org-outline-regexp-bol ".*?" regexp)))) (setq files (org-agenda-files nil 'ifmode)) (when (eq (car org-agenda-text-search-extra-files) 'agenda-archives) @@ -4623,7 +4623,7 @@ the documentation of `org-diary'." (setq marker (org-agenda-new-marker (match-beginning 0)) category (org-get-category) org-category-pos (get-text-property (point) 'org-category-position) =2D txt (match-string 2) + txt (buffer-substring (match-beginning 2) (match-end 3)) tags (org-get-tags-at (point)) txt (org-agenda-format-item "" txt category tags) priority (1+ (org-get-priority txt)) and by moving to origin/master and then reverting that one commit, all seems well. I can send more information if needed, but I'm guessing the above report will make the problem apparent. --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (NetBSD) iEYEARECAAYFAk7DG98ACgkQ+vesoDJhHiUD0gCcCxqrtwWLcqaOb8dafmAfNcUG 4wMAni87mJUq1I7146+nlmNXaa+mFiRx =kyKl -----END PGP SIGNATURE----- --=-=-=--