From mboxrd@z Thu Jan 1 00:00:00 1970 From: Philip Rooke Subject: Some minor doc fixes (against 4.27) Date: Sun, 14 May 2006 21:47:12 +0100 Message-ID: <871wuw2v1r.fsf@sarge.yax.org.uk> 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 1FfNUf-0007Fh-Fi for emacs-orgmode@gnu.org; Sun, 14 May 2006 16:47:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FfNUe-0007EU-Ht for emacs-orgmode@gnu.org; Sun, 14 May 2006 16:47:13 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FfNUe-0007EQ-Do for emacs-orgmode@gnu.org; Sun, 14 May 2006 16:47:12 -0400 Received: from [81.2.121.252] (helo=sarge.yax.org.uk) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FfNWu-0004yf-Ea for emacs-orgmode@gnu.org; Sun, 14 May 2006 16:49:32 -0400 Received: from phil by sarge.yax.org.uk with local (Exim 4.61) (envelope-from ) id 1FfNUe-0002el-UO for emacs-orgmode@gnu.org; Sun, 14 May 2006 21:47:12 +0100 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 *** _darcs/current/org.el 2006-05-10 10:35:32.000000000 +0100 --- ./org.el 2006-05-10 11:38:39.000000000 +0100 *************** *** 3669,3675 **** (defun org-renumber-ordered-list (arg) "Renumber an ordered plain list. ! Cursor next to be in the first line of an item, the line that starts with something like \"1.\" or \"2)\"." (interactive "p") (unless (and (org-at-item-p) --- 3669,3675 ---- (defun org-renumber-ordered-list (arg) "Renumber an ordered plain list. ! Cursor needs to be in the first line of an item, the line that starts with something like \"1.\" or \"2)\"." (interactive "p") (unless (and (org-at-item-p) *************** *** 5452,5458 **** (if (memq org-agenda-type types) t (if error ! (error "Now allowed in %s-type agenda buffers" org-agenda-type) nil))) (defun org-agenda-quit () --- 5452,5458 ---- (if (memq org-agenda-type types) t (if error ! (error "Not allowed in %s-type agenda buffers" org-agenda-type) nil))) (defun org-agenda-quit () *************** *** 6745,6753 **** (beginning-of-line 1))) (defun org-get-tags-at (&optional pos) ! "Get a list of all headline targs applicable at POS. POS defaults to point. If tags are inherited, the list contains ! the targets in the same sequence as the headlines appear, i.e. the tags of the current headline come last." (interactive) (let (tags) --- 6745,6753 ---- (beginning-of-line 1))) (defun org-get-tags-at (&optional pos) ! "Get a list of all headline tags applicable at POS. POS defaults to point. If tags are inherited, the list contains ! the tags in the same sequence as the headlines appear, i.e. the tags of the current headline come last." (interactive) (let (tags) *************** *** 8470,8476 **** ;;;###autoload (defun org-remember-apply-template () ! "Initialize *remember* buffer with template, invode `org-mode'. This function should be placed into `remember-mode-hook' and in fact requires to be run from that hook to fucntion properly." (when org-remember-templates --- 8470,8476 ---- ;;;###autoload (defun org-remember-apply-template () ! "Initialize *remember* buffer with template, invoke `org-mode'. This function should be placed into `remember-mode-hook' and in fact requires to be run from that hook to fucntion properly." (when org-remember-templates *************** *** 9354,9360 **** "Please position cursor in a data line for column operations"))))) (defun org-table-delete-column () ! "Delete a column into the table." (interactive) (if (not (org-at-table-p)) (error "Not at a table")) --- 9354,9360 ---- "Please position cursor in a data line for column operations"))))) (defun org-table-delete-column () ! "Delete a column from the table." (interactive) (if (not (org-at-table-p)) (error "Not at a table")) *************** *** 10078,10084 **** "\n"))) (defun org-table-get-stored-formulas () ! "Return an alist with the t=stored formulas directly after current table." (interactive) (let (scol eq eq-alist strings string seen) (save-excursion --- 10078,10084 ---- "\n"))) (defun org-table-get-stored-formulas () ! "Return an alist with the stored formulas directly after current table." (interactive) (let (scol eq eq-alist strings string seen) (save-excursion