emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Some minor doc fixes (against 4.27)
@ 2006-05-14 20:47 Philip Rooke
  2006-05-14 22:35 ` Carsten Dominik
  0 siblings, 1 reply; 2+ messages in thread
From: Philip Rooke @ 2006-05-14 20:47 UTC (permalink / raw)
  To: emacs-orgmode


*** _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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Some minor doc fixes (against 4.27)
  2006-05-14 20:47 Some minor doc fixes (against 4.27) Philip Rooke
@ 2006-05-14 22:35 ` Carsten Dominik
  0 siblings, 0 replies; 2+ messages in thread
From: Carsten Dominik @ 2006-05-14 22:35 UTC (permalink / raw)
  To: Philip Rooke; +Cc: emacs-orgmode

It is just unbelievable that there are always more typos and bugs.
Thanks Philip.

- Carsten

On May 14, 2006, at 22:47, Philip Rooke wrote:

>
> *** _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
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
>

--
Carsten Dominik
Sterrenkundig Instituut "Anton Pannekoek"
Universiteit van Amsterdam
Kruislaan 403
NL-1098SJ Amsterdam
phone: +31 20 525 7477

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-05-14 22:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-05-14 20:47 Some minor doc fixes (against 4.27) Philip Rooke
2006-05-14 22:35 ` Carsten Dominik

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).