emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Is the feature useful?


From: Leo
Subject: [Orgmode] Is the feature useful?
Date: Fri, 15 Jun 2007 12:02:37 +0100
User-agent: Gnus/5.110007 Emacs 23 (20070611) MULE/6.0 (HANACHIRUSATO) Fedora 7 (gnu/linux)

Dear list,

Do you think something similar to the following would be useful for org?

,----[ C-h f muse-what-changed RET ]
| muse-what-changed is an interactive compiled Lisp function in `muse-mode.el'.
| (muse-what-changed)
| 
| Show the unsaved changes that have been made to the current file.
`----

(defun muse-what-changed ()
  "Show the unsaved changes that have been made to the current file."
  (interactive)
  (diff-backup buffer-file-name))

Best,
-- 
Leo <sdl.web AT gmail.com>                         (GPG Key: 9283AA3F)





reply via email to

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