From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: [PATCH] Fix typo and documentation for remember filing to clocking functions Date: Tue, 28 Oct 2008 12:20:07 -0400 Message-ID: <87skqghetk.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KurIj-00084M-Bh for emacs-orgmode@gnu.org; Tue, 28 Oct 2008 12:20:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KurIh-00083t-TA for emacs-orgmode@gnu.org; Tue, 28 Oct 2008 12:20:12 -0400 Received: from [199.232.76.173] (port=33845 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KurIh-00083o-NS for emacs-orgmode@gnu.org; Tue, 28 Oct 2008 12:20:11 -0400 Received: from mho-02-bos.mailhop.org ([63.208.196.179]:56789) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KurIh-0000cR-E9 for emacs-orgmode@gnu.org; Tue, 28 Oct 2008 12:20:11 -0400 Received: from cpe000102d0fe75-cm0012256ecbde.cpe.net.cable.rogers.com ([99.239.148.180] helo=mail.norang.ca) by mho-02-bos.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1KurIf-000Ekf-Og for emacs-orgmode@gnu.org; Tue, 28 Oct 2008 16:20:09 +0000 Received: from gollum.intra.norang.ca (gollum.intra.norang.ca [192.168.1.5]) by mail.norang.ca (8.13.8/8.13.8/Debian-3) with ESMTP id m9SGK7b1031148 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Tue, 28 Oct 2008 12:20:08 -0400 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 m9SGK7UO009035 for ; Tue, 28 Oct 2008 12:20:07 -0400 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 --- Carsten, This patch is in my repo in the 'for-carsten' branch. -Bernt lisp/org-remember.el | 2 +- lisp/org.el | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/lisp/org-remember.el b/lisp/org-remember.el index 5424e00..61d6875 100644 --- a/lisp/org-remember.el +++ b/lisp/org-remember.el @@ -694,7 +694,7 @@ also indented so that it starts in the same column as the headline See also the variable `org-reverse-note-order'." (when (and (equal current-prefix-arg 2) (not (marker-buffer org-clock-marker))) - (error "No runing clock")) + (error "No running clock")) (when (org-bound-and-true-p org-jump-to-target-location) (let* ((end (min (point-max) (1+ (point)))) (beg (point))) diff --git a/lisp/org.el b/lisp/org.el index d59706b..569d874 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -12596,9 +12596,10 @@ This command does many different things, depending on context: - If the cursor is inside a table created by the table.el package, activate that table. -- If the current buffer is a remember buffer, close note and file it. - with a prefix argument, file it without further interaction to the default - location. +- If the current buffer is a remember buffer, close note and file + it. A prefix argument of 1 files to the default location + without further interaction. A prefix argument of 2 files to + the currently clocking task. - If the cursor is on a <<>>, update radio targets and corresponding links in this buffer. -- 1.6.0.3.523.g304d0