From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Bug: Follow mode error when a task contains % in the headline [6.33d (release_6.33d.1.g858d)] Date: Fri, 20 Nov 2009 14:06:38 -0500 Message-ID: <200911201906.nAKJ6cxw012241@gollum.intra.norang.ca> Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NBYoo-0003KK-Kk for emacs-orgmode@gnu.org; Fri, 20 Nov 2009 14:06:54 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NBYol-0003I9-JR for emacs-orgmode@gnu.org; Fri, 20 Nov 2009 14:06:54 -0500 Received: from [199.232.76.173] (port=56713 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NBYol-0003Hr-4R for emacs-orgmode@gnu.org; Fri, 20 Nov 2009 14:06:51 -0500 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:53125) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NBYok-0005S5-N1 for emacs-orgmode@gnu.org; Fri, 20 Nov 2009 14:06:50 -0500 Received: from cpe000102d0fe75-cm0012256ecbde.cpe.net.cable.rogers.com ([99.239.148.180] helo=mail.norang.ca) by mho-02-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1NBYoa-000D3H-AQ for emacs-orgmode@gnu.org; Fri, 20 Nov 2009 19:06:40 +0000 Received: from gollum.intra.norang.ca (gollum.intra.norang.ca [192.168.1.5]) by mail.norang.ca (8.14.3/8.14.3/Debian-5) with ESMTP id nAKJ6cSt017563 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Fri, 20 Nov 2009 14:06:39 -0500 Received: from gollum.intra.norang.ca (localhost [127.0.0.1]) by gollum.intra.norang.ca (8.14.3/8.14.3/Debian-5) with ESMTP id nAKJ6cNK012244 for ; Fri, 20 Nov 2009 14:06:38 -0500 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 Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list. ------------------------------------------------------------------------ I'm reviewing my tasks in the agenda with follow mode enabled (F) and when I get to the following task org-mode throws an error ** SOMEDAY org-remember-templates Add %C to clock in the task :WAITING: Debugger entered--Lisp error: (error "Not enough arguments for format string") message(#("org.org/Enhancements/org-remember-templates Add %C to clock in the task" 0 8 nil 8 20 (face org-level-1) 20 21 nil 21 71 (face org-level-2))) (let ((bfn ...) (path ...)) (if current (setq path ...)) (message (org-format-outline-path path ... ...))) org-display-outline-path(t) (save-excursion (goto-char (or m ...)) (org-display-outline-path t)) (save-excursion (if (markerp m) (set-buffer ...)) (save-excursion (goto-char ...) (org-display-outline-path t))) (org-with-point-at m (org-display-outline-path t)) (message (org-with-point-at m (org-display-outline-path t))) (if (and m org-agenda-show-outline-path) (message (org-with-point-at m ...))) (let ((m ...)) (if (and org-agenda-follow-mode m) (org-agenda-show)) (if (and m org-agenda-show-outline-path) (message ...))) org-agenda-do-context-action() org-agenda-next-line() call-interactively(org-agenda-next-line) -Bernt Emacs : GNU Emacs 22.2.1 (i486-pc-linux-gnu, GTK+ Version 2.12.11) of 2008-11-09 on raven, modified by Debian Package: Org-mode version 6.33d (release_6.33d.1.g858d)