From mboxrd@z Thu Jan 1 00:00:00 1970 From: Karl Voit Subject: Re: A file with 'org-mode rot'? Date: Sun, 13 Apr 2014 13:22:00 +0200 Message-ID: <2014-04-13T12-55-57@devnull.Karl-Voit.at> References: <877g77aopf.fsf@talktalk.net> <2014-04-03T12-36-39@devnull.Karl-Voit.at> <877g75v4qh.fsf@ucl.ac.uk> <878url73r0.fsf@ucl.ac.uk> <877g6w2e7f.fsf@bzg.ath.cx> Reply-To: news1142@Karl-Voit.at Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35927) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WZIUQ-0000QF-L1 for emacs-orgmode@gnu.org; Sun, 13 Apr 2014 07:22:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WZIUK-0001df-3J for emacs-orgmode@gnu.org; Sun, 13 Apr 2014 07:22:21 -0400 Received: from plane.gmane.org ([80.91.229.3]:60499) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WZIUJ-0001db-Pc for emacs-orgmode@gnu.org; Sun, 13 Apr 2014 07:22:16 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WZIUJ-0001pD-0q for emacs-orgmode@gnu.org; Sun, 13 Apr 2014 13:22:15 +0200 Received: from mail.michael-prokop.at ([88.198.6.110]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 13 Apr 2014 13:22:15 +0200 Received: from news1142 by mail.michael-prokop.at with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 13 Apr 2014 13:22:15 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org * Bastien wrote: > Hi Eric and Karl, Hi Bastien! > Just checking -- are things better now? I am still facing strange behavior and I still do think that we need an org-mode-syntax-checker for Org-mode files that cause problems. Example: | foo | bar | baz | | 42 | | | | 23 | | | It takes seven seconds with 100% CPU core load to move the "foo"-column from above from the second column to the first by applying ALT-. This is in my main Org-mode file which has got 29000 lines. #+BEGIN_EXAMPLE - command-execute 29550 99% - call-interactively 29550 99% - org-metaleft 29469 99% - call-interactively 29469 99% - org-table-move-column 24559 83% org-table-align 9832 33% + byte-code 74 0% + execute-extended-command 7 0% + yas--post-command-handler 6 0% + timer-event-handler 6 0% + ... 0 0% #+END_EXAMPLE The very same operation in a small test file works fine. Another example: moving from @2$1 to @2$2 with TAB: 4 seconds #+BEGIN_EXAMPLE - command-execute 3847 80% - call-interactively 3845 80% - yas-expand 3509 73% - yas--fallback 3509 73% - call-interactively 3509 73% - org-cycle 3509 73% - call-interactively 3503 73% - org-table-next-field 3503 73% org-table-align 1760 36% + org-try-structure-completion 6 0% + org-self-insert-command 91 1% + byte-code 85 1% + next-line 49 1% + previous-line 42 0% + minibuffer-complete 22 0% + execute-extended-command 17 0% + profiler-report-toggle-entry 12 0% + org-yank 7 0% + kill-ring-save 3 0% + org-return 3 0% org-kill-line 3 0% scroll-up-command 2 0% + yas--post-command-handler 648 13% + redisplay_internal (C function) 103 2% + ... 100 2% + timer-event-handler 73 1% + clm/log-command 12 0% + xselect-convert-to-string 10 0% internal-timer-start-idle 2 0% #+END_EXAMPLE Again: in a small test file, it works in a fast way. Still not possible: org-agenda-list & org-agenda-write to ICS file. Org-mode is working hard but is in some kind of endless loop. I assume that this also would work when I would change to a small Org-mode file. I can test this if it helps. -- mail|git|SVN|photos|postings|SMS|phonecalls|RSS|CSV|XML to Org-mode: > get Memacs from https://github.com/novoid/Memacs < https://github.com/novoid/extract_pdf_annotations_to_orgmode + more on github