On Feb 7, 2008, at 1:08 AM, Nick Dokos wrote:
PS. Here is a suggestion so that org-version behaves like emacs- version - makes it easier to insert version strings in mail messages and bug reports:

(defun org-version (&optional here)
 (interactive "P")
 (let ((version (format "Org-mode version %s" org-version)))
   (message version)
   (if here
       (insert version))))


Good suggestion, I will use this.  Thanks.

- Carsten



_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to