Re: [O] Bug: org-indent-mode cursor movement [7.8.03]

2012-06-18 Thread N . Jackson
Update: This is now resolved (for me).

The jumping cursor behaviour I was seeing was either a problem with my 
installation of Version 7.8.11 org-20120611 or a bug in that version. 

Reverting to the built-in version (Version 6.33x) (by turning off 
the Emacs package manager) fixed the problem, and so did updating to 
Version 7.8.11 org-20120618 (from ELPA using the package manager). 







Re: [O] Bug: org-indent-mode cursor movement [7.8.03]

2012-06-13 Thread N . Jackson
Andrew Stine  gmail.com> writes:
> 
> When org-indent-mode is active, the cursor repeatedly jumps to the
> bottom of the buffer. This makes using the buffer impossible while
> org-indent-mode is active.
> 

I am experiencing the same behaviour (cursor jumping to the end of the buffer 
whenever I try to move it). This happens when I have 

#+STARTUP: indent

in an org-mode file.

Editing the file in Fundamental Mode and removing the "#+STARTUP: indent" line 
from the file (and switching back to Org Mode), fixes the problem.

I am using Org-mode version 7.8.11 with GNU Emacs 23.3.1 
(i386-mingw-nt5.1.2600).





Re: [O] Bug: org-indent-mode cursor movement [7.8.03]

2012-02-23 Thread Achim Gratz
Andrew Stine  writes:
> Byte-compiling org-mode a second time after installation seems to
> permanently solve the problem for me. I suspect that this is not a bug
> with org-mode, but with elpa. Thanks for your assistance.

You might want to file a bug report against Emacs, since gnu-elpa is now
part of it.  The way package manager compiles sources is troublesome
when the same package (more to the point an earlier version of it) is
reachable via a different directory in load-path and it can go
completely haywire if part of that package is already loaded into memory
(like when you've had a (require 'org) in your customization).
Unfortunately for orgmode that is always the case since it is also part
of Emacs.


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

SD adaptation for Waldorf Blofeld V1.15B11:
http://Synth.Stromeko.net/Downloads.html#WaldorfSDada




Re: [O] Bug: org-indent-mode cursor movement [7.8.03]

2012-02-23 Thread Andrew Stine
Hello all,

Byte-compiling org-mode a second time after installation seems to
permanently solve the problem for me. I suspect that this is not a bug
with org-mode, but with elpa. Thanks for your assistance.

- Andrew



Re: [O] Bug: org-indent-mode cursor movement [7.8.03]

2012-02-23 Thread Andrew Stine
On Thu, Feb 23, 2012 at 9:44 AM, Nick Dokos  wrote:
> Andrew Stine  wrote:
>
>> I've tried "-q" and it works, but only because emacs reverts to default 
>> version of org-mode. The
>> version I am having trouble with is currently installed through elpa.
>>
>
> Then create a minimal .emacs file that will load the right version of org 
> (but exclude
> all your customizations) and start with
>
>    emacs -q -l /path/to/minimal/.emacs

I've already done so. For reference, the code in that file is:

(when
(load
 (expand-file-name "~/.emacs.d/elpa/package.el"))
(package-initialize))

I've been able to duplicate this bug on two machines, three installs, of emacs:
An Archlinux machine with emacs 23.3
The same Archlinux machines with emacs 24.0
A Solaris 10 machine with emacs 23.3

Another note, I've discovered that the problem goes away if I reload
the file "org-indent.el", specifically if I re-eval the function
"org-indent-add-properties."

I think that this is a problem with the way that elpa is loading the
package, but I'm not certain what.

> Unless other people are having trouble with this, I'd suspect a customization
> of yours.

That would follow, but the elpa package is dated Feb 16th and I
suspect that most folks don't upgrade every week. I may just be the
first person to come across this.

- Andrew



Re: [O] Bug: org-indent-mode cursor movement [7.8.03]

2012-02-23 Thread Nick Dokos
Andrew Stine  wrote:

> I've tried "-q" and it works, but only because emacs reverts to default 
> version of org-mode. The
> version I am having trouble with is currently installed through elpa.
> 

Then create a minimal .emacs file that will load the right version of org (but 
exclude
all your customizations) and start with

emacs -q -l /path/to/minimal/.emacs


> As to example file, do you mean example org file? If so, I've had trouble 
> with every org file I've
> tried, even blank ones.
> 

Unless other people are having trouble with this, I'd suspect a customization
of yours.

Nick






Re: [O] Bug: org-indent-mode cursor movement [7.8.03]

2012-02-23 Thread Andrew Stine
I've tried "-q" and it works, but only because emacs reverts to default
version of org-mode. The version I am having trouble with is currently
installed through elpa.

As to example file, do you mean example org file? If so, I've had trouble
with every org file I've tried, even blank ones.

Regards,
- Andrew
On Feb 23, 2012 4:00 AM, "Nicolas Goaziou"  wrote:

> Hello,
>
> Andrew Stine  writes:
>
> > When org-indent-mode is active, the cursor repeatedly jumps to the
> > bottom of the buffer. This makes using the buffer impossible while
> > org-indent-mode is active.
>
> I cannot reproduce it. Could you send me an example file where the
> problem happens?
>
>
> Regards,
>
> --
> Nicolas Goaziou
>


Re: [O] Bug: org-indent-mode cursor movement [7.8.03]

2012-02-23 Thread Nick Dokos
Nicolas Goaziou  wrote:

> Hello,
> 
> Andrew Stine  writes:
> 
> > When org-indent-mode is active, the cursor repeatedly jumps to the
> > bottom of the buffer. This makes using the buffer impossible while
> > org-indent-mode is active.
> 
> I cannot reproduce it. Could you send me an example file where the
> problem happens?
> 
> 

The OP should also probably check whether it happens with emacs -q.

Nick




Re: [O] Bug: org-indent-mode cursor movement [7.8.03]

2012-02-23 Thread Nicolas Goaziou
Hello,

Andrew Stine  writes:

> When org-indent-mode is active, the cursor repeatedly jumps to the
> bottom of the buffer. This makes using the buffer impossible while
> org-indent-mode is active.

I cannot reproduce it. Could you send me an example file where the
problem happens?


Regards,

-- 
Nicolas Goaziou