Re: [O] Org 8 Bug in interactive formula editing mode?

2014-07-28 Thread Bastien
Hi Nick, Nick Dokos ndo...@gmail.com writes: OK, I pushed the patch to maint and merged it into master. Thanks a lot for fixing this too! -- Bastien

Re: [O] Org 8 Bug in interactive formula editing mode?

2014-07-23 Thread Thorsten Grothe
Can you please try this patch out and report whether it works or not and whether it causes any other problems? I'm not sure if Bastien is around to vet it, but if it seems to work for you, I can push it and deal with any other breakage later. Seems to work here, the error is gone, very nice

Re: [O] Org 8 Bug in interactive formula editing mode?

2014-07-23 Thread Nick Dokos
Thorsten Grothe i...@th-grothe.de writes: Can you please try this patch out and report whether it works or not and whether it causes any other problems? I'm not sure if Bastien is around to vet it, but if it seems to work for you, I can push it and deal with any other breakage later. Seems

Re: [O] Org 8 Bug in interactive formula editing mode?

2014-07-22 Thread Robert Klein
Hi, I confirm at least some variant of this. I start emacs using the command line emacs -Q -l .e2 with .e2 being: #+begin_src elisp (setq load-path (cons ~/.emacs.d/org-mode/lisp load-path)) (add-to-list 'auto-mode-alist '(\\.\\(org\\|org_archive\\|txt\\)$ . org-mode)) #+end_src org-mode

Re: [O] Org 8 Bug in interactive formula editing mode?

2014-07-22 Thread Thorsten Grothe
Now, when I go down to the first formula whose referenced field(s) are not visible, the cursor in the org file jumps to the end of the file which is then displayed at the upper end of the tabletest.org buffer window. In sufficient long org files the visible cursor jumps to the end of

Re: [O] Org 8 Bug in interactive formula editing mode?

2014-07-22 Thread Nick Dokos
Robert Klein rokl...@roklein.de writes: I confirm at least some variant of this. I start emacs using the command line emacs -Q -l .e2 with .e2 being: #+begin_src elisp (setq load-path (cons ~/.emacs.d/org-mode/lisp load-path)) (add-to-list 'auto-mode-alist

Re: [O] Org 8 Bug in interactive formula editing mode?

2014-07-22 Thread Nick Dokos
Thorsten Grothe i...@th-grothe.de writes: Now, when I go down to the first formula whose referenced field(s) are not visible, the cursor in the org file jumps to the end of the file which is then displayed at the upper end of the tabletest.org buffer window. In sufficient long org files

Re: [O] Org 8 Bug in interactive formula editing mode?

2014-07-22 Thread Thorsten Grothe
If the frame is bigger than about 50 lines (so that after C-c ', it's big enough to show the whole table, including the formula and the empty line underneath it) then I don't see the problem. Thank you very much for your instructions! yes you are right for the org file. I tested Roberts

Re: [O] Org 8 Bug in interactive formula editing mode?

2014-07-22 Thread Nick Dokos
Thorsten Grothe i...@th-grothe.de writes: If the frame is bigger than about 50 lines (so that after C-c ', it's big enough to show the whole table, including the formula and the empty line underneath it) then I don't see the problem. Thank you very much for your instructions! yes you are

Re: [O] Org 8 Bug in interactive formula editing mode?

2014-07-22 Thread Nick Dokos
Nick Dokos ndo...@gmail.com writes: Thorsten Grothe i...@th-grothe.de writes: If the frame is bigger than about 50 lines (so that after C-c ', it's big enough to show the whole table, including the formula and the empty line underneath it) then I don't see the problem. Thank you very much

Re: [O] Org 8 Bug in interactive formula editing mode?

2014-07-22 Thread Robert Klein
I made some quick tests with different org versions; the first one I see this issue is git commit 30220ffcdcef45c0237f80a2347d4da19877f64a (release_8.2.6-77-g30220f). I don't see the patch causing this, yet; have to look further. Best regards Robert On 07/22/2014 09:01 PM, Nick Dokos wrote:

Re: [O] Org 8 Bug in interactive formula editing mode?

2014-07-22 Thread Nick Dokos
Robert Klein rokl...@roklein.de writes: I made some quick tests with different org versions; the first one I see this issue is git commit 30220ffcdcef45c0237f80a2347d4da19877f64a (release_8.2.6-77-g30220f). I don't see the patch causing this, yet; have to look further. Absolutely right,

Re: [O] Org 8 Bug in interactive formula editing mode?

2014-07-22 Thread Luke Crook
Nick Dokos ndokos at gmail.com writes: Nope - I tried to reproduce it with latest (both master and maint) and could not, so I suspect an error in your configuration. I experience the same issue. http://article.gmane.org/gmane.emacs.orgmode/88610 /Luke

Re: [O] Org 8 Bug in interactive formula editing mode?

2014-07-22 Thread Luke Crook
Nick Dokos ndokos atzgmail.com writes: Can anybody else reproduce this? /me raises hand.

Re: [O] Org 8 Bug in interactive formula editing mode?

2014-07-22 Thread Nick Dokos
Nick Dokos ndo...@gmail.com writes: Robert Klein rokl...@roklein.de writes: I made some quick tests with different org versions; the first one I see this issue is git commit 30220ffcdcef45c0237f80a2347d4da19877f64a (release_8.2.6-77-g30220f). I don't see the patch causing this, yet; have

Re: [O] Org 8 Bug in interactive formula editing mode?

2014-07-22 Thread Thorsten Grothe
I believe that you'll have to live with the problem for a while: it might be easy to fix or it might be difficult but until somebody takes a deeper look, we won't know for sure. Of course I can live with that, we are on open source here and here are many people like you doing a great big job!!

Re: [O] Org 8 Bug in interactive formula editing mode?

2014-07-22 Thread Nick Dokos
Can you please try this patch out and report whether it works or not and whether it causes any other problems? I'm not sure if Bastien is around to vet it, but if it seems to work for you, I can push it and deal with any other breakage later. --8---cut

Re: [O] Org 8 Bug in interactive formula editing mode?

2014-07-22 Thread Nick Dokos
Thorsten Grothe i...@th-grothe.de writes: I believe that you'll have to live with the problem for a while: it might be easy to fix or it might be difficult but until somebody takes a deeper look, we won't know for sure. Of course I can live with that, we are on open source here and here are

[O] Org 8 Bug in interactive formula editing mode?

2014-07-21 Thread Thorsten Grothe
Dear list, I downloaded and installed the latest stable orgmode in my local homedir, typed make all in a shell and put the following in my .emacs (package-initialize) (add-to-list 'load-path ~/.emacs.d/src/org-8.2.7b/lisp)(require 'org-install) org-version displays the correct org-mode, so

Re: [O] Org 8 Bug in interactive formula editing mode?

2014-07-21 Thread Thorsten Grothe
Dear list, no one an idea? Thanks in advance :-) Regards Th. Grothe

Re: [O] Org 8 Bug in interactive formula editing mode?

2014-07-21 Thread Nick Dokos
Thorsten Grothe i...@th-grothe.de writes: Dear list, no one an idea? Thanks in advance :-) Nope - I tried to reproduce it with latest (both master and maint) and could not, so I suspect an error in your configuration. Nick

Re: [O] Org 8 Bug in interactive formula editing mode?

2014-07-21 Thread Thorsten Grothe
Nick, Nope - I tried to reproduce it with latest (both master and maint) and could not, so I suspect an error in your configuration. I think I found the problem, it happened after I patched the file with your patch from the thread above: # diff --git a/lisp/org-table.el

Re: [O] Org 8 Bug in interactive formula editing mode?

2014-07-21 Thread Nick Dokos
Thorsten Grothe i...@th-grothe.de writes: Nick, Nope - I tried to reproduce it with latest (both master and maint) and could not, so I suspect an error in your configuration. I think I found the problem, it happened after I patched the file with your patch from the thread above: #

Re: [O] Org 8 Bug in interactive formula editing mode?

2014-07-21 Thread Thorsten Grothe
Nick, sorry for the confusion, you are right, I was not clear ... I don't understand what you did exactly: you installed a new version. Does that version include the patch? Check org-table.el around line 439: if the function just has a `lines' argument then it most likely includes the patch.

Re: [O] Org 8 Bug in interactive formula editing mode?

2014-07-21 Thread Thorsten Grothe
Ok I installed the git-version, the patch is working and export to latex works fine, but the thing with the formulas still resist, this does not happen with org-8.2.6 (without patch). I don't know what do do now. Maybe it has something to do with emacs and not with org? Thanks again for your

Re: [O] Org 8 Bug in interactive formula editing mode?

2014-07-21 Thread Thorsten Grothe
New test: I set up a minimal .emcas only for orgmode like this: (package-initialize) (add-to-list 'load-path ~/.emacs.d/src/org-mode/lisp) (require 'org) (add-to-list 'auto-mode-alist '(\\.org\\' . org-mode)) (add-hook 'LaTeX-mode-hook 'orgtbl-mode) (add-hook 'message-mode-hook

Re: [O] Org 8 Bug in interactive formula editing mode?

2014-07-21 Thread Nick Dokos
Thorsten Grothe i...@th-grothe.de writes: New test: I set up a minimal .emcas only for orgmode like this: (package-initialize) (add-to-list 'load-path ~/.emacs.d/src/org-mode/lisp) (require 'org) (add-to-list 'auto-mode-alist '(\\.org\\' . org-mode)) (add-hook 'LaTeX-mode-hook