emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-orgmode] minor patch for org-next-item, org-previous-item


From: T. V. Raman
Subject: [Emacs-orgmode] minor patch for org-next-item, org-previous-item
Date: Thu, 25 May 2006 18:27:31 -0700

made the error messages more succinct/pleasant to hear:

diff org.el org.el.~1~ 
3923c3923
<       (error "On last item. "))))  
---
>       (error "This is already the last item in the list"))))  
3944c3944
<            (error "On first item.")))))
---
>            (error "This is already the first item in the list")))))
14694c14694
<   (org-up-heading-all 1))
---
>   (org-up-heading-all 1))
\ No newline at end of file
18:26:41 labrador org-4.33 $ 

-- 
Best Regards,
--raman

      
Email:  address@hidden
WWW:    http://emacspeak.sf.net/raman/
AIM:    emacspeak       GTalk: address@hidden
PGP:    http://emacspeak.sf.net/raman/raman-almaden.asc
Google: tv+raman 
IRC:    irc://irc.freenode.net/#emacs




reply via email to

[Prev in Thread] Current Thread [Next in Thread]