[Orgmode] Re: org-indent mode not indenting free text?

2010-12-04 Thread Achim Gratz
Hi Eric, Erik Iverson er...@ccbr.umn.edu writes: It only appears defined for Emacs 23.2, So in particular, 23.1.50 is 'stuck' in between these two version checks, and maybe that's causing Antti's issue? Sorry for the confusion and my apologies for any trouble I have caused. When

Re: [Orgmode] Re: org-indent mode not indenting free text?

2010-12-03 Thread Antti Kaihola
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

Re: [Orgmode] Re: org-indent mode not indenting free text?

2010-12-03 Thread Erik Iverson
Just a guess here: This may be some weirdness because the check in org-indent *will* allow people using GNU Emacs 23.1.50 to turn on org-indent, as far as I can tell. The message org-indent-mode can crash Emacs 23.1 does not fully explain if it can also crash 23.1.50. If indeed you should be

[Orgmode] Re: org-indent mode not indenting free text?

2010-12-03 Thread Achim Gratz
Antti Kaihola akaih...@gmail.com writes: 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 I see. So the check needs to include the sub-sub-version also, just like org-indent-mode does. The documentation said that

[Orgmode] Re: org-indent mode not indenting free text?

2010-12-03 Thread Achim Gratz
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

Re: [Orgmode] Re: org-indent mode not indenting free text?

2010-12-03 Thread Erik Iverson
Carsten Dominik wrote: Hi Erik, On Dec 3, 2010, at 5:18 PM, Erik Iverson wrote: Just a guess here: This may be some weirdness because the check in org-indent *will* allow people using GNU Emacs 23.1.50 to turn on org-indent, as far as I can tell. org-indent-mode should work in 23.1.50,

Re: [Orgmode] Re: org-indent mode not indenting free text?

2010-12-03 Thread Carsten Dominik
Hi Erik, thank you for your persistence, and sorry that I have not been taking the time to explain myself clearly, in this way I have made this thread unnecessarily long. OK, lets look at exhibit 1: ((and org-indent-mode (not (org-version-check 23.1.50 Org Indent mode

[Orgmode] Re: org-indent mode not indenting free text?

2010-12-02 Thread Achim Gratz
Antti Kaihola akaih...@gmail.com writes: I did a git bisect with this result: 95bb16661b22ce83326f13304ed4ad690cc03eba is the first bad commit commit 95bb16661b22ce83326f13304ed4ad690cc03eba Author: Achim Gratz strom...@nexgo.de Date: Fri Nov 19 01:37:01 2010 + Fix byte compiler