I have figured out the issue is caused by the obsolete completion-ui that I am using. After I upgrade the completion-ui to the latest 0.11.7, everything seems to be working fine. Now I can enjoy the mobileorg! So there is no issue with the latest org-mode and org mobile.
Thanks for this great software! Zhichao Hong, CSDP zhichao.h...@computer.org On Thu, Nov 5, 2009 at 7:48 PM, Zhichao Hong <zhichao.h...@gmail.com> wrote: > I have truned on debug (debug-on-entry) to step though the > org-mobile-push. And I found it gets into infinite loop after calling > org-save-all-org-buffers; the completion-cancel-tooltip recursively > loops forever. > > Debugger entered--beginning evaluation of function call form: > * (interactive) > * completion-cancel-tooltip() > * (lambda (&rest unused) (completion-cancel-tooltip))(10 11 0) > > Hope this helps, > > Zhichao Hong, CSDP > zhichao.h...@computer.org > > > > On Thu, Nov 5, 2009 at 10:39 AM, Zhichao Hong <zhichao.h...@gmail.com> wrote: >> Here is what org bug report generated after I manually "load-library >> org-mobile" for an org buffer: >> From: Zhichao Hong <zhichao.h...@gmail.com> >> To: emacs-orgmode@gnu.org >> Subject: Org-mode version 6.32b; org-mobile-push hangs >> --text follows this line-- >> >> Remember to cover the basics, that is, what you expected to happen and >> what in fact did happen. You don't know how to make a good report? See >> >> http://orgmode.org/manual/Feedback.html#Feedback >> >> Your bug report will be posted to the Org-mode mailing list. >> ------------------------------------------------------------------------ >> >> >> >> Emacs : GNU Emacs 23.1.1 (i386-mingw-nt5.1.2600) >> of 2009-07-29 on SOFT-MJASON >> Package: Org-mode version 6.32b >> >> current state: >> ============== >> (setq >> org-log-done '(done) >> org-agenda-files '("~/notes/gtd.org" "~/notes/work.org" >> "~/notes/personal.org" "~/notes/journal.org") >> org-after-todo-state-change-hook '(org-clock-out-if-current) >> org-protocol-project-alist '(("http://localhost/org/" :base-url >> "http://localhost/org/" :working-directory >> "c:/zhong/notes/" :online-suffix ".html" >> :working-suffix ".org") >> ) >> org-export-preprocess-hook '(org-export-blocks-preprocess) >> org-mobile-inbox-for-pull "~/notes/from-mobile.org" >> org-tab-first-hook '(yas/org-very-safe-expand org-hide-block-toggle-maybe) >> org-src-mode-hook '(org-src-mode-configure-edit-buffer) >> org-confirm-shell-link-function 'yes-or-no-p >> org-todo-keywords '((sequence "TODO(t)" "|" "DONE(d)" "CANCELED(c)") >> (sequence "REPORT(r)" "BUG(b)" "KNOWNCAUSE(k)" "|" >> "FIXED(f)") >> (sequence "INPROGRESS(i)" "DEFERRED(d)" "|" >> "CANCELED(c)") >> ) >> org-agenda-before-write-hook '(org-agenda-add-entry-text) >> org-default-notes-file "~/notesjournal.org" >> org-directory "~/notes" >> org-export-docbook-xslt-proc-command "xsltproc --output %s >> /usr/share/docbook-xsl/fo/docbook.xsl %s" >> org-tag-alist '((:startgroup) ("@HOME" . 104) ("@WORK" . 119) (:endgroup) >> ("@PHONE" . 102) ("COMPUTER" . 99) ("@ERRAND" . 101)) >> org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-drawers >> org-cycle-show-empty-lines >> org-optimize-window-after-visibility-change) >> org-replace-disputed-keys t >> org-mode-hook '((lambda nil >> (make-variable-buffer-local (quote yas/trigger-key)) >> (setq yas/trigger-key [tab]) >> (add-to-list (quote org-tab-first-hook) >> (quote yas/org-very-safe-expand)) >> (define-key yas/keymap [tab] (quote yas/next-field))) >> (lambda nil >> (local-set-key "\356" (quote outline-next-visible-heading)) >> (local-set-key "\360" >> (quote outline-previous-visible-heading)) >> (local-set-key "\227" (quote org-table-copy-region)) >> (local-set-key "\231" (quote org-table-paste-rectangle)) >> (local-set-key "\214" (quote org-table-sort-lines)) >> (local-set-key "\311" (quote org-toggle-iimage-in-org)) >> (local-set-key " " (quote yank))) >> (lambda nil (quote imenu-add-to-menubar) "Imenu") >> #[nil "\300\301\302\303\304$\207" >> [org-add-hook change-major-mode-hook org-show-block-all >> append local] >> 5] >> (lambda nil (flyspell-mode 1))) >> org-confirm-elisp-link-function 'yes-or-no-p >> org-icalendar-store-UID t >> org-occur-hook '(org-first-headline-recenter) >> org-icalendar-include-body nil >> org-mobile-directory "~/webdisk/org/" >> org-export-docbook-xsl-fo-proc-command "c:/apps/fop-0.95/fop %s %s" >> org-remember-templates '(("Todo" 116 "* TODO %?\n %i\n %a" >> "~/notes/journal.org" "Tasks") >> ("Todo" 84 "* TODO %i%?\n" "~/notes/journal.org" >> "Tasks") >> ("Journal" 106 "* %U %?\n\n %i\n %a" >> "~/notes/journal.org") >> ("Idea" 105 "* %^{Title}\n %i\n %a" >> "~/notes/journal.org" "New Ideas") >> ("Idea" 73 "* %^{Title}\n %i\n" >> "~/notes/journal.org" "New Ideas") >> ("Web" 119 >> "* %^{Title}\n\n Source: %u, %c\n\n %i" >> "~/notes/journal.org" "Notes") >> ) >> org-icalendar-include-todo t >> ) >> >> >> Zhichao Hong, CSDP >> zhichao.h...@computer.org >> >> >> >> On Thu, Nov 5, 2009 at 9:39 AM, Carsten Dominik >> <carsten.domi...@gmail.com> wrote: >>> Hi, >>> >>> I cannot see your org-mobile setup. Could you please make sure that >>> org-mobile is loaded when you produce the bug report? >>> >>> Thanks. >>> >>> - Carsten >>> >>> On Nov 5, 2009, at 4:31 PM, Zhichao Hong wrote: >>> >>>> I am observing the org-mobile-push hangs forever. It happens when it >>>> uploads one org file. Then the emacs runs into to a busy loop. I >>>> have to kill it manually. >>>> >>>> Below is the detailed bug report. >>>> >>>> -Zhichao >>>> >>>> From: Zhichao Hong <zhichao.h...@gmail.com> >>>> To: emacs-orgmode@gnu.org >>>> Subject: Org-mode version 6.32trans; org-mobile-push hangs (only push >>>> 1 org file, event for a local folder) >>>> --text follows this line-- >>>> >>>> Remember to cover the basics, that is, what you expected to happen and >>>> what in fact did happen. You don't know how to make a good report? See >>>> >>>> http://orgmode.org/manual/Feedback.html#Feedback >>>> >>>> Your bug report will be posted to the Org-mode mailing list. >>>> ------------------------------------------------------------------------ >>>> >>>> >>>> >>>> Emacs : GNU Emacs 23.1.1 (i386-mingw-nt5.1.2600) >>>> of 2009-07-29 on SOFT-MJASON >>>> Package: Org-mode version 6.32trans >>>> >>>> current state: >>>> ============== >>>> (setq >>>> org-log-done '(done) >>>> org-agenda-files '("~/notes/gtd.org" "~/notes/work.org" >>>> "~/notes/personal.org" "~/notes/journal.org") >>>> org-after-todo-state-change-hook '(org-clock-out-if-current) >>>> org-protocol-project-alist '(("http://localhost/org/" :base-url >>>> "http://localhost/org/" :working-directory >>>> "c:/zhong/notes/" :online-suffix ".html" >>>> :working-suffix ".org") >>>> ) >>>> org-export-preprocess-hook '(org-export-blocks-preprocess) >>>> org-tab-first-hook '(org-hide-block-toggle-maybe) >>>> org-src-mode-hook '(org-src-mode-configure-edit-buffer) >>>> org-confirm-shell-link-function 'yes-or-no-p >>>> org-todo-keywords '((sequence "TODO(t)" "|" "DONE(d)" "CANCELED(c)") >>>> (sequence "REPORT(r)" "BUG(b)" "KNOWNCAUSE(k)" "|" >>>> "FIXED(f)") >>>> (sequence "INPROGRESS(i)" "DEFERRED(d)" "|" >>>> "CANCELED(c)") >>>> ) >>>> org-agenda-before-write-hook '(org-agenda-add-entry-text) >>>> org-default-notes-file "~/notesjournal.org" >>>> org-directory "~/notes" >>>> org-export-docbook-xslt-proc-command "xsltproc --output %s >>>> /usr/share/docbook-xsl/fo/docbook.xsl %s" >>>> org-tag-alist '((:startgroup) ("@HOME" . 104) ("@WORK" . 119) (:endgroup) >>>> ("@PHONE" . 102) ("COMPUTER" . 99) ("@ERRAND" . 101)) >>>> org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-drawers >>>> org-cycle-show-empty-lines >>>> org-optimize-window-after-visibility-change) >>>> org-replace-disputed-keys t >>>> org-mode-hook '((lambda nil >>>> (make-variable-buffer-local (quote yas/trigger-key)) >>>> (setq yas/trigger-key [tab]) >>>> (add-to-list (quote org-tab-first-hook) >>>> (quote yas/org-very-safe-expand)) >>>> (define-key yas/keymap [tab] (quote yas/next-field))) >>>> (lambda nil >>>> (local-set-key "\356" (quote >>>> outline-next-visible-heading)) >>>> (local-set-key "\360" >>>> (quote outline-previous-visible-heading)) >>>> (local-set-key "\227" (quote org-table-copy-region)) >>>> (local-set-key "\231" (quote org-table-paste-rectangle)) >>>> (local-set-key "\214" (quote org-table-sort-lines)) >>>> (local-set-key "\311" (quote org-toggle-iimage-in-org)) >>>> (local-set-key " " (quote yank))) >>>> (lambda nil (quote imenu-add-to-menubar) "Imenu") >>>> #[nil "\300\301\302\303\304$\207" >>>> [org-add-hook change-major-mode-hook org-show-block-all >>>> append local] >>>> 5] >>>> (lambda nil (flyspell-mode 1))) >>>> org-confirm-elisp-link-function 'yes-or-no-p >>>> org-icalendar-store-UID t >>>> org-occur-hook '(org-first-headline-recenter) >>>> org-icalendar-include-body nil >>>> org-export-docbook-xsl-fo-proc-command "c:/apps/fop-0.95/fop %s %s" >>>> org-remember-templates '(("Todo" 116 "* TODO %?\n %i\n %a" >>>> "~/notes/journal.org" "Tasks") >>>> ("Todo" 84 "* TODO %i%?\n" "~/notes/journal.org" >>>> "Tasks") >>>> ("Journal" 106 "* %U %?\n\n %i\n %a" >>>> "~/notes/journal.org") >>>> ("Idea" 105 "* %^{Title}\n %i\n %a" >>>> "~/notes/journal.org" "New Ideas") >>>> ("Idea" 73 "* %^{Title}\n %i\n" >>>> "~/notes/journal.org" "New Ideas") >>>> ("Web" 119 >>>> "* %^{Title}\n\n Source: %u, %c\n\n %i" >>>> "~/notes/journal.org" "Notes") >>>> ) >>>> org-icalendar-include-todo t >>>> ) >>>> >>>> >>>> _______________________________________________ >>>> Emacs-orgmode mailing list >>>> Remember: use `Reply All' to send replies to the list. >>>> Emacs-orgmode@gnu.org >>>> http://lists.gnu.org/mailman/listinfo/emacs-orgmode >>> >>> - Carsten >>> >>> >>> >>> >> > _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode