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)



_______________________________________________
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to