[O] bug#9610: 24.0.90; org-mode: sluggish response and high CPU utilization with large .org files

2011-09-27 Thread Bastien
Eli Zaretskii e...@gnu.org writes: Bastien, please tell me whether you want me to make this change in the Emacs repository, or wait for you to do it in the Org mode repo and then merge to Emacs. Please make this change in the Emacs repository. Thanks, -- Bastien

[O] Orgmode,Bidi,Speed in emacs trunk

2011-09-27 Thread Memnon Anon
Hi, I've not been following the list closely for a while, not sure if Bastien is on vacation or whatever. Just in case Carsten or anyone else wants to comment on this: From: Eli Zaretskii e...@gnu.org Subject: bug#9610: 24.0.90; org-mode: sluggish response and high CPU

[O] Can not export to LaTeX anymore

2011-09-27 Thread Henri-Paul Indiogine
Greetings! I had to change computer. I have Ubuntu Linux 10.10, fully updated, emacs snapshot updated and AucTeX and org-mode fully updated. I get the following in my *Messages* buffer the following after running C-c C-e l (for LaTeX export) (fontified nil font-lock-fontified t) 73 74

Re: [O] Can not export to LaTeX anymore

2011-09-27 Thread Henri-Paul Indiogine
The situation is more complicated. I can not even export to plain text. I obtain the same error messages. I uninstalled Emacs-snapshot = 24 and installed the 'stable' version, 23. I get the same error messages. Then I tried to make a simple test org file for export to plain text. That also

Re: [O] Can not export to LaTeX anymore

2011-09-27 Thread Sebastien Vauban
Hi Henri-Paul, Henri-Paul Indiogine wrote: The situation is more complicated. I can not even export to plain text. I obtain the same error messages. I uninstalled Emacs-snapshot = 24 and installed the 'stable' version, 23. I get the same error messages. Then I tried to make a simple

[O] Cancel recurring event

2011-09-27 Thread Torsten Bronger
Hallöchen! A use case for me is that the very next incarnation of a recurring event is cancelled. Is this possible in org mode? The closest possibility is * TODO group meeting SCHEDULED: 2011-09-27 Di 13:30 ++1w and to set it to done when it's cancelled. It's okay, I just wonder whether

Re: [O] Orgmode,Bidi,Speed in emacs trunk

2011-09-27 Thread Bastien
Dear all, Memnon Anon gegendosenflei...@googlemail.com writes: I've not been following the list closely for a while, not sure if Bastien is on vacation or whatever. I'm not on vacation, but I have been busy with pressuring issues lately. I'm sorry that I cannot afford to spend the required

[O] [minor bug] Non-character input-event

2011-09-27 Thread Sebastien Vauban
Hello, When in agend buffer, pressing / for the filters, and answering with an arrow key generates the following error: --8---cut here---start-8--- Debugger entered--Lisp error: (error Non-character input-event) read-char() (setq char (read-char)) (if

Re: [O] Cancel recurring event

2011-09-27 Thread Bernt Hansen
Torsten Bronger bron...@physik.rwth-aachen.de writes: Hallöchen! A use case for me is that the very next incarnation of a recurring event is cancelled. Is this possible in org mode? The closest possibility is * TODO group meeting SCHEDULED: 2011-09-27 Di 13:30 ++1w and to set it to

Re: [O] different hoisting in two panes

2011-09-27 Thread Joseph Buchignani
Awesome, thanks. This makes Org-Mode truly a two pane outliner. Actually it's three pane I guess, since it includes metadata. Yeah... 3 pane, the agenda view would be a pane. I would suggest adding this command to the documentation for Org-Mode under the outlining section somewhere. I've been

[O] bug#9610: 24.0.90; org-mode: sluggish response and high CPU utilization with large .org files

2011-09-27 Thread Steve Revilak
I'd like to report an org-mode regression issue. When working with large .org files, Emacs 24.0.90 becomes sluggish, and consumes large amounts of CPU. If you type this: M-x set-variable RET bidi-paragraph-direction RET left-to-right RET does the problem go away? My bug report contained

[O] bug#9610: 24.0.90; org-mode: sluggish response and high CPU utilization with large .org files

2011-09-27 Thread Lawrence Mitchell
Steve Revilak wrote: I'd like to report an org-mode regression issue. When working with large .org files, Emacs 24.0.90 becomes sluggish, and consumes large amounts of CPU. If you type this: M-x set-variable RET bidi-paragraph-direction RET left-to-right RET does the problem go away?

[O] Read-only Cloning Worg Error

2011-09-27 Thread Nathan Neff
I'd like to keep up with Worg's status and went to clone the Git repo, per the instructions here: http://orgmode.org/worg/worg-git.html The instructions say to clone http://repo.or.cz/r/Worg.git (I think it's supposed to be http://repo.or.cz./w/Worg.git) So I ran git clone

Re: [O] Read-only Cloning Worg Error

2011-09-27 Thread Achim Gratz
Nathan Neff nathan.n...@gmail.com writes: The instructions say to clone http://repo.or.cz/r/Worg.git While correct, unless you are forced to use HTTP due to a paranoid firewall, it would actually be better to clone from: git://repo.or.cz/Worg.git You'll transfer a lot less data when using the

[O] bug#9610: 24.0.90; org-mode: sluggish response and high CPU utilization with large .org files

2011-09-27 Thread Bastien
Eli Zaretskii e...@gnu.org writes: Please make this change in the Emacs repository. Done in revision 105940. Thanks! I added your change to Org's git repo: http://orgmode.org/w/?p=org-mode.git;a=commit;h=1a97f29c342d85960a65c0bd992fee7c87850da5 Best, -- Bastien

Re: [O] different hoisting in two panes

2011-09-27 Thread Darlan Cavalcante Moreira
The clone-indirect-buffer function is from Emacs and Org-mode created a specialized function, org-tree-to-indirect-buffer, that just makes creating an indirect buffer narrowed to a subtree easier. Indirect buffers may be useful for much more then just visibility cycling. You can use a different

Re: [O] bug#9610: 24.0.90; org-mode: sluggish response and high CPU utilization with large .org files

2011-09-27 Thread Eric S Fraga
Lawrence Mitchell we...@gmx.li writes: Steve Revilak wrote: I'd like to report an org-mode regression issue. When working with large .org files, Emacs 24.0.90 becomes sluggish, and consumes large amounts of CPU. If you type this: M-x set-variable RET bidi-paragraph-direction RET

Re: [O] different hoisting in two panes

2011-09-27 Thread Joseph Buchignani
Ah, I see... that explains why it always narrows focus when I execute C-x C-c b What you described is an advanced use case which while interesting I'm not sure I fully understand. Whereas simply editing an outline in the style of most two-pane outliners is more of a basic function usable by

[O] Question about using :cache in Babel (for R)

2011-09-27 Thread Michael Hannon
Greetings.  I have a question that relates to the use of the :cache option in Babel sessions using R. Here's the relevant configuration information:     Emacs  : GNU Emacs 23.2.1 (x86_64-redhat-linux-gnu, GTK+ Version 2.24.4)      of 2011-05-23 on x86-12.phx2.fedoraproject.org     Package:

[O] bug#9610: 24.0.90; org-mode: sluggish response and high CPU utilization with large .org files

2011-09-27 Thread Eli Zaretskii
From: Bastien b...@altern.org Cc: Steve Revilak st...@srevilak.net, 9...@debbugs.gnu.org Date: Tue, 27 Sep 2011 08:02:47 +0200 Eli Zaretskii e...@gnu.org writes: Bastien, please tell me whether you want me to make this change in the Emacs repository, or wait for you to do it in the

[O] bug#9610: 24.0.90; org-mode: sluggish response and high CPU utilization with large .org files

2011-09-27 Thread Eli Zaretskii
From: Lawrence Mitchell we...@gmx.li Date: Tue, 27 Sep 2011 16:10:25 +0100 Setting bidi-display-reordering to nil in the buffer has the effect that moving point is no longer jerky for me. I think with the latest trunk, you won't need to fiddle with this variable anymore.

[O] bug#9610: 24.0.90; org-mode: sluggish response and high CPU utilization with large .org files

2011-09-27 Thread Eli Zaretskii
Date: Mon, 26 Sep 2011 22:50:25 -0400 From: Steve Revilak st...@srevilak.net I'd like to report an org-mode regression issue. When working with large .org files, Emacs 24.0.90 becomes sluggish, and consumes large amounts of CPU. If you type this: M-x set-variable RET

[O] would take more than an org-mode strip-down.

2011-09-27 Thread James Levine
Greetings, As an expert end-user but outside the computer science field, I’ve felt there to be a high cost of entry for working in org-mode. I like the idea very much, as I am trying to strip down to an Autofocus system and take a more intuitive, frictionless approach. Because I’m not

[O] bug#9610: 24.0.90; org-mode: sluggish response and high CPU utilization with large .org files

2011-09-27 Thread Eli Zaretskii
Date: Tue, 27 Sep 2011 09:47:45 -0400 From: Steve Revilak st...@srevilak.net Cc: 9...@debbugs.gnu.org, Bastien Guerry b...@gnu.org, st...@srevilak.net My bug report contained two scenarios to produce sluggish response and high CPU utilization. These scenarios were (1) move point to

[O] Error on LaTeX export

2011-09-27 Thread Henri-Paul Indiogine
I would like to thank you for helping me out with this LaTeX export problem. The enter debugging on error setting was very helpful. I had a missing #+end_src statement. I have many, many blocks of code in a long document, thus it was easy to miss and difficult to find. Love org-mode!

Re: [O] Error on LaTeX export

2011-09-27 Thread Michael Hannon
Hi, Henri-Paul.  Please allow me to suggest that you consider using Easy Templates to insert your source-code blocks:     http://orgmode.org/org.html#Easy-Templates Using the template:     s TAB is not only faster than typing:     #+begin_src     #+end_src it also inserts both the begin

Re: [O] [PATCH] Modifications to enable test script to run with emacs-23 and emacs-22

2011-09-27 Thread Eric Schulte
Achim Gratz strom...@nexgo.de writes: Eric Schulte schulte.e...@gmail.com writes: Hmm, the problem could be on my end. I manually copy and paste inline patches into files (I never found out how to write an inline attachment to a file with gnus), so it is possible that I am breaking commit

Re: [O] Question about using :cache in Babel (for R)

2011-09-27 Thread Eric Schulte
Michael Hannon jm_han...@yahoo.com writes: Greetings.  I have a question that relates to the use of the :cache option in Babel sessions using R. Here's the relevant configuration information:     Emacs  : GNU Emacs 23.2.1 (x86_64-redhat-linux-gnu, GTK+ Version 2.24.4)      of 2011-05-23 on

[O] feature request for org-store-log-note

2011-09-27 Thread John J Foerch
Hello, I use org to manage TODO lists in which I want to keep time stamps for the creation of an item, and for each state change. To be as clear as possible, I'll just paste the portion of my config that affects how TODOs work: (setq org-treat-insert-todo-heading-as-state-change t

Re: [O] feature request for org-store-log-note

2011-09-27 Thread Juan Pechiar
Hi John, Please check the variable org-log-states-order-reversed Documentation: Non-nil means the latest state note will be directly after heading. When nil, the state change notes will be ordered according to time. Regards, .j. On Tue, Sep 27, 2011 at 08:51:27PM -0400, John J Foerch

Re: [O] Question about using :cache in Babel (for R)

2011-09-27 Thread Michael Hannon
Thanks, Eric.  That's very clear.  (This is a great list.) -- Mike From: Eric Schulte schulte.e...@gmail.com To: Michael Hannon jm_han...@yahoo.com Cc: Org-Mode List emacs-orgmode@gnu.org Sent: Tuesday, September 27, 2011 5:42 PM Subject: Re: [O] Question about

Re: [O] feature request for org-store-log-note

2011-09-27 Thread John J Foerch
Juan Pechiar j...@pechiar.com writes: Hi John, Please check the variable org-log-states-order-reversed Documentation: Non-nil means the latest state note will be directly after heading. When nil, the state change notes will be ordered according to time. Regards, .j. Somehow I

Re: [O] Cancel recurring event

2011-09-27 Thread Torsten Bronger
Hallöchen! Bernt Hansen writes: Torsten Bronger bron...@physik.rwth-aachen.de writes: A use case for me is that the very next incarnation of a recurring event is cancelled. Is this possible in org mode? The closest possibility is * TODO group meeting SCHEDULED: 2011-09-27 Di 13:30