From mboxrd@z Thu Jan 1 00:00:00 1970 From: Markus Heller Subject: Re: Git pull breaks agenda? Date: Tue, 17 Aug 2010 09:15:33 -0700 Message-ID: <0viq39cj16.fsf@gmail.com> References: <0viq3ammfl.fsf@gmail.com> <87sk2egym4.wl%dmaus@ictsoc.de> <0vfwye71bp.fsf@gmail.com> <0v7hjq6rb4.fsf@gmail.com> <87pqxhaezl.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=60723 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OlOpN-0001J0-6L for emacs-orgmode@gnu.org; Tue, 17 Aug 2010 12:15:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OlOpL-0002nd-Ui for emacs-orgmode@gnu.org; Tue, 17 Aug 2010 12:15:53 -0400 Received: from lo.gmane.org ([80.91.229.12]:36490) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OlOpL-0002nN-Mc for emacs-orgmode@gnu.org; Tue, 17 Aug 2010 12:15:51 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OlOpI-0007Bb-IT for emacs-orgmode@gnu.org; Tue, 17 Aug 2010 18:15:48 +0200 Received: from 142.103.191.98 ([142.103.191.98]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 17 Aug 2010 18:15:48 +0200 Received: from hellerm2 by 142.103.191.98 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 17 Aug 2010 18:15:48 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Bastien writes: > Hi Markus, > > Markus Heller writes: > >> Now `C-c C-x C-o' seems to be broken for me ... Anybody else see this? >> >> M-x org-version is 7.01trans (release_7.01h.142.g1ab9). > > Working fine here: > > Org-mode version 7.01trans (release_7.01h.143.g17ace.dirty) > > I think you need to pull. Let me know, Just did, still not working. Org-mode version 7.01trans (release-7.01h.146.g8e12). Below is the message from the minibuffer after the following sequence: 1. Hit C-c a a 2. Hit C-x C-c C-o Note that C-x C-c C-o works in an org-mode file. Hope this helps to figure out what's going on ... Cheers Markus PS: Message from minibuffer call-interactively: Wrong number of arguments: (lambda nil "Stop the currently running clock." (interactive "P") (unless (marker-buffer org-clock-marker) (error "No running clock")) (let ((marker (make-marker)) newhead) (org-with-remote-undo (marker-buffer org-clock-marker) (with-current-buffer (marker-buffer org-clock-marker) (save-excursion (save-restriction (widen) (goto-char org-clock-marker) (org-back-to-heading t) (move-marker marker (point)) (org-clock-out) (setq newhead (org-get-heading)))))) (org-agenda-change-all-lines newhead marker) (move-marker marker nil))), 1 [2 times]