2010/12/2 Achim Gratz <strom...@nexgo.de>: > What version of Emacs are you running?
This is: GNU Emacs 23.1.50.1 (i486-pc-linux-gnu, GTK+ Version 2.18.0) of 2009-09-27 on palmer, modified by Debian > What does C-h f with-silent-modifications result in? with-silent-modifications is a Lisp macro in `org-macs.el'. (with-silent-modifications ORG-UNMODIFIED) Not documented. > Could you back out the change > (most likely the defmacro for with-silent-modifications in org-macs.el, > even though I have no clue why this would interact with org-indent-mode > as it should not be defined for versions >23.1) and tell us if that > solves your problem (which I can't test because org-indent-mode doesn't > even start on Emacs 23.1)? Yes it does! I commented out: ;;(if (or (< emacs-major-version 23) ;; (and (<= emacs-major-version 23) ;; (< emacs-minor-version 2))) ;; (defmacro with-silent-modifications ;; (org-unmodified))) and it now works correctly. Thanks a lot! _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode