Carsten Dominik <carsten.domi...@gmail.com> writes:
> I have now changed the definition like this:
>
> (if (and (not (fboundp 'with-silent-modifications))
>        (or (< emacs-major-version 23)
>            (and (= emacs-major-version 23)
>                 (< emacs-minor-version 2))))
>     (defmacro with-silent-modifications (&rest body)
>       `(org-unmodified ,@body)))
>
> May I ask you to pull and check if this is
> working for you out of the box?

Beat me to it... :-)

My own solution looked very similar, I can confirm this works with Emacs
23.1.1 (without org-indent-mode of course).


Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

SD adaptation for Waldorf rackAttack V1.04R1:
http://Synth.Stromeko.net/Downloads.html#WaldorfSDada


_______________________________________________
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

Reply via email to