From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: org-mobile-push hangs Date: Thu, 5 Nov 2009 16:39:41 +0100 Message-ID: <62AB89AD-AED8-413B-98CA-F9D6C374C572@gmail.com> References: <3fea10110911050731i17269l1bb93415714c8773@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N64RI-0001bv-2V for emacs-orgmode@gnu.org; Thu, 05 Nov 2009 10:39:56 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N64RC-0001Xm-0i for emacs-orgmode@gnu.org; Thu, 05 Nov 2009 10:39:54 -0500 Received: from [199.232.76.173] (port=59776 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N64RB-0001Xf-RA for emacs-orgmode@gnu.org; Thu, 05 Nov 2009 10:39:49 -0500 Received: from mail-ew0-f228.google.com ([209.85.219.228]:41461) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N64RB-0000bC-4v for emacs-orgmode@gnu.org; Thu, 05 Nov 2009 10:39:49 -0500 Received: by ewy28 with SMTP id 28so109110ewy.42 for ; Thu, 05 Nov 2009 07:39:48 -0800 (PST) In-Reply-To: <3fea10110911050731i17269l1bb93415714c8773@mail.gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Zhichao Hong Cc: emacs-orgmode@gnu.org Hi, I cannot see your org-mobile setup. Could you please make sure that =20 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 > 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? =20= > 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: > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > (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) =20 > (:endgroup) > ("@PHONE" . 102) ("COMPUTER" . 99) ("@ERRAND" . 101)) > org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-=20 > 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 "=19" (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